skaffold: 2.6.0 -> 2.6.1

This commit is contained in:
R. Ryantm 2023-07-09 02:00:59 +00:00
parent d485da9d00
commit 439952f561

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.6.0";
version = "2.6.1";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-ncUA3sN8rWIf4tb3RAuUJWkOlxMMj/FrtSXy0sPfwGM=";
hash = "sha256-IgTAUxA1Cfe0LaYKrKtbm1PELGic31XRdGMIoLDG6w0=";
};
vendorHash = null;