skaffold: 0.25.0 -> 0.26.0

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-03-28 09:29:48 +01:00
parent b16b1b377b
commit 3000de433e
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3

View file

@ -2,9 +2,9 @@
buildGoPackage rec {
name = "skaffold-${version}";
version = "0.25.0";
version = "0.26.0";
# rev is the 0.25.0 commit, mainly for skaffold version command output
rev = "0f4b8fe88969e9fa38346934ea6af7c46772d603";
rev = "d88680e9ede62da65500702670ef72fc9272a06f";
goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];
@ -20,7 +20,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "0adcim029w64494sb3cw14xhv2vf33l8vhwm2wz8mnmr402nbvkx";
sha256 = "151x7hs1876ij5kc1xlm1m7pyff6i22ddhfvjsgwb8sjl4h1ays5";
};
meta = {