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

skaffold: 2.6.1 -> 2.6.2
This commit is contained in:
Nick Cao
2023-07-25 00:18:58 -06:00
committed by GitHub
+2 -2
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;