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

skaffold: 2.13.0 -> 2.13.1
This commit is contained in:
Nick Cao 2024-08-04 09:38:26 -04:00 committed by GitHub
commit 4c9d115d6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.13.0";
version = "2.13.1";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-zcGMKxC2BIg2KPxmGG9UUJzpMdAQbZ8zDGtYyF1T7ZQ=";
hash = "sha256-/+19w3/jn3EjIX5SsCmMkJKdplRvgiduhTAbgaDz9b4=";
};
vendorHash = null;