skaffold: 0.35.0 -> 0.36.0

This commit is contained in:
José Luis Lafuente 2019-08-26 18:52:37 +02:00
parent 3f4144c30a
commit 1fe6e41ccc
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A

View file

@ -1,10 +1,10 @@
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "skaffold-${version}";
version = "0.35.0";
# rev is the 0.35.0 commit, mainly for skaffold version command output
rev = "1da7608f9eb21ebe722bc054584e591e4223a3dc";
pname = "skaffold";
version = "0.36.0";
# rev is the 0.36.0 commit, mainly for skaffold version command output
rev = "1c054d4ffc7e14b4d81efcbea8b2022403ee4b89";
goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];
@ -20,7 +20,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "1vh7vlz14gfjpxf2wy1pybw5x55mw34j6isyy5zl0rsbs9mf6ci1";
sha256 = "1d7z36r33lmxm5cv1kby6g9zbsr88prgsp32x4jcs9l1ifwblhng";
};
meta = {