3
0
Fork 0
forked from mirrors/nixpkgs

skaffold: 0.30.0 -> 0.35.0

This commit is contained in:
Allan Espinosa 2019-07-25 00:10:26 -04:00
parent 2edd7103da
commit bb1c15f7f0

View file

@ -2,9 +2,9 @@
buildGoPackage rec {
name = "skaffold-${version}";
version = "0.30.0";
# rev is the 0.30.0 commit, mainly for skaffold version command output
rev = "fe31429012110e6fd70f97971288bd266ba95bed";
version = "0.35.0";
# rev is the 0.35.0 commit, mainly for skaffold version command output
rev = "1da7608f9eb21ebe722bc054584e591e4223a3dc";
goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];