skaffold: 2.6.1 -> 2.6.2

This commit is contained in:
R. Ryantm 2023-07-25 05:51:52 +00:00
parent cddf429ed8
commit 0fd12ade14

View File

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