Merge pull request #58115 from vdemeester/update-skaffold

skaffold: 0.24.0 -> 0.25.0
This commit is contained in:
lewo 2019-03-22 21:31:24 +01:00 committed by GitHub
commit db7be52988
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.24.0";
# rev is the 0.24.0 commit, mainly for skaffold version command output
rev = "6a829c4b29e3a102b0b14c4584cd174f780402e9";
version = "0.25.0";
# rev is the 0.25.0 commit, mainly for skaffold version command output
rev = "0f4b8fe88969e9fa38346934ea6af7c46772d603";
goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];
@ -20,7 +20,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "0i1gafyi8wlnfpmkivxarvh2kiickz105cdmpjkxya54rhl4c7i7";
sha256 = "0adcim029w64494sb3cw14xhv2vf33l8vhwm2wz8mnmr402nbvkx";
};
meta = {