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

skaffold: 2.6.0 -> 2.6.1
This commit is contained in:
Nick Cao 2023-07-09 11:51:15 +08:00 committed by GitHub
commit 9dbdc36a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;