3
0
Fork 0
forked from mirrors/nixpkgs

skaffold: 0.19.0 -> 0.21.1 (#54809)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-02-24 02:28:59 +01:00 committed by xeji
parent 25a57de8a9
commit effa949379

View file

@ -2,9 +2,9 @@
buildGoPackage rec {
name = "skaffold-${version}";
version = "0.19.0";
# rev is the 0.19.0 commit, mainly for skaffold version command output
rev = "9eb0dfc1bf634b97462c66b4dfb80e4cea378ade";
version = "0.21.1";
# rev is the 0.21.1 commit, mainly for skaffold version command output
rev = "a73671cb547a80d3437f78d046bc500269673ea3";
goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];
@ -20,7 +20,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "0s7dyfdmgslwnmbkzyqvf2622gj5d7vx9igwz3bf6dpaz382mk6h";
sha256 = "0n4gqri4rmah1brckj9d4vidm6faabvwfy5smhpl3f6flyv3slsy";
};
meta = {