skaffold: 2.11.0 -> 2.12.0

This commit is contained in:
R. Ryantm
2024-05-15 22:24:50 +00:00
parent 0afa1438f7
commit bae5bd29de
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.11.0";
version = "2.12.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-xaRVgvYK6xWSy75K7AOkSw4ZjXn3xR0NqbBBbbK5MVU=";
hash = "sha256-q57n5Jo682u/YK+5bgYqMufjPuPOPsBgJzxSl1fdqxA=";
};
vendorHash = null;