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

skaffold: 2.5.0 -> 2.6.0
This commit is contained in:
figsoda 2023-07-02 09:38:09 -04:00 committed by GitHub
commit 934c56e54f
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.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-nCJcgWVQeX5QsMyH117PWBBW+7H5ZigjDxPmiaYER1Y=";
hash = "sha256-ncUA3sN8rWIf4tb3RAuUJWkOlxMMj/FrtSXy0sPfwGM=";
};
vendorHash = null;