skaffold: 1.11.0 -> 1.12.0
This commit is contained in:
parent
679136e252
commit
52c87393ea
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "skaffold";
|
pname = "skaffold";
|
||||||
version = "1.11.0";
|
version = "1.12.0";
|
||||||
# rev is the ${version} commit, mainly for skaffold version command output
|
# rev is the ${version} commit, mainly for skaffold version command output
|
||||||
rev = "931a70a6334436735bfc4ff7633232dd5fc73cc1";
|
rev = "931a70a6334436735bfc4ff7633232dd5fc73cc1";
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ buildGoPackage rec {
|
|||||||
owner = "GoogleContainerTools";
|
owner = "GoogleContainerTools";
|
||||||
repo = "skaffold";
|
repo = "skaffold";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "035xp34m8kzb75mivgf3kw026n2h6g2a7j2mi32nxl1a794w36zi";
|
sha256 = "12m2yqlngxvyyiqa58fmdwi752bz3mkk8fi312dvakr5kysnvn1l";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
Loading…
Reference in New Issue
Block a user