Merge pull request #51625 from vdemeester/update-skaffold

skaffold: 0.18.0 -> 0.19.0
This commit is contained in:
Alyssa Ross 2018-12-07 17:42:22 +00:00 committed by GitHub
commit 33c66f0e18
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.18.0";
# rev is the 0.18.0 commit, mainly for skaffold version command output
rev = "34651689be78b2c6bcfbace5072b00b93661f895";
version = "0.19.0";
# rev is the 0.19.0 commit, mainly for skaffold version command output
rev = "9eb0dfc1bf634b97462c66b4dfb80e4cea378ade";
goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];
@ -20,7 +20,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "0an3g4jqch7a6ckh8yhia7lykpvb5lvz4kd5kqfmw9479kygv9sa";
sha256 = "0s7dyfdmgslwnmbkzyqvf2622gj5d7vx9igwz3bf6dpaz382mk6h";
};
meta = {