skaffold: 1.11.0 -> 1.12.0

This commit is contained in:
R. RyanTM 2020-07-02 19:14:01 +00:00
parent 679136e252
commit 52c87393ea

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "skaffold";
version = "1.11.0";
version = "1.12.0";
# rev is the ${version} commit, mainly for skaffold version command output
rev = "931a70a6334436735bfc4ff7633232dd5fc73cc1";
@ -20,7 +20,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "035xp34m8kzb75mivgf3kw026n2h6g2a7j2mi32nxl1a794w36zi";
sha256 = "12m2yqlngxvyyiqa58fmdwi752bz3mkk8fi312dvakr5kysnvn1l";
};
nativeBuildInputs = [ installShellFiles ];