skaffold: 0.28.0 -> 0.29.0

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-05-11 15:56:37 +02:00
parent 88b32c775e
commit 10aa9a6b05
No known key found for this signature in database
GPG key ID: C020502D6E2E5748

View file

@ -2,9 +2,9 @@
buildGoPackage rec {
name = "skaffold-${version}";
version = "0.28.0";
# rev is the 0.28.0 commit, mainly for skaffold version command output
rev = "2b6143bb6d185de9b9fbf2eaa981c8e7acff7339";
version = "0.29.0";
# rev is the 0.29.0 commit, mainly for skaffold version command output
rev = "1bbf9a3f13094e58c90399a4bd7e07250e0d2da5";
goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];
@ -20,7 +20,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "1j7wf2a5xmrk944nc0b9634qa9al3cln3lrij8383avylbx68prw";
sha256 = "1rf23f7cwmmsycwdyk09wsrsq20vbzg2pi44r3516qsaz7x98mf1";
};
meta = {