skaffold: 2.17.1 -> 2.18.3

This commit is contained in:
R. Ryantm
2026-04-19 00:28:57 +00:00
parent eb059e762d
commit a960e872b4
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "skaffold";
version = "2.17.1";
version = "2.18.3";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${finalAttrs.version}";
hash = "sha256-Cbpfz0IXFopCeKNDwx8mB/1quhcOO3IWStsFmKeNPYg=";
hash = "sha256-5/Ty3YqDEqHwJ/ghGOasmDiVgXzQ/fhpgqqkyjb8ID4=";
};
vendorHash = null;