Merge pull request #105076 from r-ryantm/auto-update/skaffold

skaffold: 1.16.0 -> 1.17.0
This commit is contained in:
Sandro 2020-11-27 01:06:05 +01:00 committed by GitHub
commit 1121b2259b
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.16.0";
version = "1.17.0";
goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];
@ -19,7 +19,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "18v1s1k05bq38aljazvpxvp543xchy9h4n531pis4w4jl47n387f";
sha256 = "0i86bymwfnqnvp6na6na5dmjzp3dp7l416irkllh3i5wgvppda7m";
};
nativeBuildInputs = [ installShellFiles ];