skaffold: 2.8.0 -> 2.9.0

This commit is contained in:
R. Ryantm 2023-11-13 22:53:27 +00:00
parent b0e3e12d6c
commit df6d0f8b5d

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;