skaffold: 2.14.1 -> 2.14.2

This commit is contained in:
R. Ryantm
2025-03-20 01:44:02 +00:00
parent dc18c6f81c
commit 815b5ecde9
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.14.1";
version = "2.14.2";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-cqgtcruyoKdLh4OiRoHLO6VUPjBhQDZ75siU0T9BZxA=";
hash = "sha256-iw9SYoepa2QjKnSaqFkIxuU5dcsLcR7S13kPh5S2Jyw=";
};
vendorHash = null;