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

skaffold: 2.12.0 -> 2.13.0
This commit is contained in:
Peder Bergebakken Sundt 2024-07-29 00:05:50 +02:00 committed by GitHub
commit 8479d83d7a
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.12.0";
version = "2.13.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-q57n5Jo682u/YK+5bgYqMufjPuPOPsBgJzxSl1fdqxA=";
hash = "sha256-zcGMKxC2BIg2KPxmGG9UUJzpMdAQbZ8zDGtYyF1T7ZQ=";
};
vendorHash = null;