skaffold: 2.9.0 -> 2.10.0

This commit is contained in:
R. Ryantm 2024-01-10 19:13:28 +00:00
parent 2225c6a883
commit 576d41792d

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.9.0";
version = "2.10.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-ddb1+h4mcQ1Uu4UvCL4IL4sjEbI70HZ4B/MMsUHbhSk=";
hash = "sha256-onJ/WEGsDhIfM+y3OeVbWjZSYHc7oWlkbLCrbLm8JZk=";
};
vendorHash = null;