skaffold: 2.15.0 -> 2.16.0 (#405519)

This commit is contained in:
Wolfgang Walther
2025-06-01 10:14:28 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.15.0";
version = "2.16.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-hZBIWiH7zxdfK8+QiaeJwz1aq9Xa0Ojy2R4LKk3ALIY=";
hash = "sha256-THObVIWvuebq+2voNxP08d2MM6GrEiOmB4mlBcW8hkg=";
};
vendorHash = null;