skaffold: 2.10.1 -> 2.11.0

This commit is contained in:
R. Ryantm 2024-04-03 00:33:19 +00:00
parent ce93557538
commit 6cf68fd401
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.10.1";
version = "2.11.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-NNiWiTY5AHMcGxDND5QwlucYVrp94C92qtMNLrVm2tQ=";
hash = "sha256-xaRVgvYK6xWSy75K7AOkSw4ZjXn3xR0NqbBBbbK5MVU=";
};
vendorHash = null;