skaffold: 1.12.1 → 1.13.1

This commit is contained in:
David Arnold 2020-08-06 12:07:07 -05:00
parent 50d8cdb3ca
commit 77c4dae8bc
No known key found for this signature in database
GPG Key ID: 6D6A936E69C59D08

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "skaffold";
version = "1.12.1";
version = "1.13.1";
goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];
@ -19,7 +19,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "1mk4mn9h44v2xs65jjslmi03j3bixg0fkn396hmxp718w68850lz";
sha256 = "1v6napcpx8k45s8w55lbxahfc1p0qlvl597zgb4dzyg9w67fwnqk";
};
nativeBuildInputs = [ installShellFiles ];