Merge pull request #94802 from xoe-labs/da-update-skaffold

skaffold: 1.12.1 → 1.13.1
This commit is contained in:
Mario Rodas 2020-08-06 22:30:07 -05:00 committed by GitHub
commit dc2aa26ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];