skaffold: 0.28.0 -> 0.29.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
88b32c775e
commit
10aa9a6b05
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "skaffold-${version}";
|
||||
version = "0.28.0";
|
||||
# rev is the 0.28.0 commit, mainly for skaffold version command output
|
||||
rev = "2b6143bb6d185de9b9fbf2eaa981c8e7acff7339";
|
||||
version = "0.29.0";
|
||||
# rev is the 0.29.0 commit, mainly for skaffold version command output
|
||||
rev = "1bbf9a3f13094e58c90399a4bd7e07250e0d2da5";
|
||||
|
||||
goPackagePath = "github.com/GoogleContainerTools/skaffold";
|
||||
subPackages = ["cmd/skaffold"];
|
||||
|
@ -20,7 +20,7 @@ buildGoPackage rec {
|
|||
owner = "GoogleContainerTools";
|
||||
repo = "skaffold";
|
||||
rev = "v${version}";
|
||||
sha256 = "1j7wf2a5xmrk944nc0b9634qa9al3cln3lrij8383avylbx68prw";
|
||||
sha256 = "1rf23f7cwmmsycwdyk09wsrsq20vbzg2pi44r3516qsaz7x98mf1";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue