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

skaffold: 2.8.0 -> 2.9.0
This commit is contained in:
Fabián Heredia Montiel 2023-11-14 14:57:24 -06:00 committed by GitHub
commit f029cfe041
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.8.0";
version = "2.9.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-Ng+JMhGnbZEum+nmuA/omgDhg5U1UpcOZ9+avUZeTK8=";
hash = "sha256-ddb1+h4mcQ1Uu4UvCL4IL4sjEbI70HZ4B/MMsUHbhSk=";
};
vendorHash = null;