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

skaffold: 2.10.0 -> 2.10.1
This commit is contained in:
Nick Cao 2024-02-08 08:47:15 -05:00 committed by GitHub
commit 9b5f150c17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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