skaffold: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm 2023-09-16 02:38:58 +00:00
parent 47585496bc
commit e6b77b93fa

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.7.0";
version = "2.7.1";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-uKrHWFyHuGX5dzrEvl7x305QgFOraS0L6J7gAFloUYc=";
hash = "sha256-szoeGv8U8M4Wai1GFUkgE8Rn+URRrlkZvzMBxCcqvGI=";
};
vendorHash = null;