skaffold: 2.10.0 -> 2.10.1

This commit is contained in:
R. Ryantm 2024-02-08 05:48:40 +00:00
parent 392580561c
commit fcce94e4ae

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;