skaffold: 2.13.1 -> 2.13.2

This commit is contained in:
R. Ryantm
2024-08-22 19:09:06 +00:00
parent fed111332e
commit 6dfc3d037a
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.13.1";
version = "2.13.2";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-/+19w3/jn3EjIX5SsCmMkJKdplRvgiduhTAbgaDz9b4=";
hash = "sha256-7hYxSLZxTIu3DmIV7GIdGfEJQ2rWVGkm9/cTmpugI+A=";
};
vendorHash = null;