Merge pull request #58476 from vdemeester/update-skaffold

skaffold: 0.25.0 -> 0.26.0
This commit is contained in:
lewo 2019-03-28 23:16:08 +01:00 committed by GitHub
commit 92e6251c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = {