Merge pull request #262068 from r-ryantm/auto-update/skaffold

skaffold: 2.7.1 -> 2.8.0
This commit is contained in:
Mario Rodas 2023-10-26 05:24:39 -05:00 committed by GitHub
commit 6db020423c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.7.1";
version = "2.8.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-szoeGv8U8M4Wai1GFUkgE8Rn+URRrlkZvzMBxCcqvGI=";
hash = "sha256-Ng+JMhGnbZEum+nmuA/omgDhg5U1UpcOZ9+avUZeTK8=";
};
vendorHash = null;