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

skaffold: 2.10.1 -> 2.11.0
This commit is contained in:
Weijia Wang 2024-04-08 16:41:32 +02:00 committed by GitHub
commit 45569e894e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.10.1";
version = "2.11.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-NNiWiTY5AHMcGxDND5QwlucYVrp94C92qtMNLrVm2tQ=";
hash = "sha256-xaRVgvYK6xWSy75K7AOkSw4ZjXn3xR0NqbBBbbK5MVU=";
};
vendorHash = null;