skaffold: 2.17.0 -> 2.17.1

This commit is contained in:
R. Ryantm
2026-01-08 02:14:54 +00:00
parent a5d7ac11b6
commit 83b225967f
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.17.0";
version = "2.17.1";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-2IXUQo6o9HiU5/98mMp96Mzjmku2YhiZu3EROSTtG3o=";
hash = "sha256-Cbpfz0IXFopCeKNDwx8mB/1quhcOO3IWStsFmKeNPYg=";
};
vendorHash = null;