skaffold: 2.3.0 -> 2.4.0
Diff: https://github.com/GoogleContainerTools/skaffold/compare/v2.3.0...v2.4.0 Changelog: https://github.com/GoogleContainerTools/skaffold/releases/tag/v2.4.0
This commit is contained in:
parent
0108fb1cef
commit
a294e0bc87
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "skaffold";
|
||||
version = "2.3.0";
|
||||
version = "2.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "GoogleContainerTools";
|
||||
repo = "skaffold";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-8w8Qt1WJUB566uXBDbkLsZekoOwmmd7iC/cSG+68dAU=";
|
||||
hash = "sha256-feUR8R8mlKfSV2ct9EeAcEHJiK7Hb5PAXTnES9UG2Qc=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-/3ThO/gsR5VfYsZYUk9oqTiLfnzCxzYEsZKd19fiLDk=";
|
||||
vendorHash = null;
|
||||
|
||||
subPackages = ["cmd/skaffold"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue