Merge pull request #255409 from r-ryantm/auto-update/skaffold

skaffold: 2.7.0 -> 2.7.1
This commit is contained in:
Mario Rodas 2023-09-16 01:20:59 -05:00 committed by GitHub
commit 552aec32c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.7.0";
version = "2.7.1";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-uKrHWFyHuGX5dzrEvl7x305QgFOraS0L6J7gAFloUYc=";
hash = "sha256-szoeGv8U8M4Wai1GFUkgE8Rn+URRrlkZvzMBxCcqvGI=";
};
vendorHash = null;