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

skaffold: 1.12.0 -> 1.12.1
This commit is contained in:
Mario Rodas 2020-07-31 07:15:16 -05:00 committed by GitHub
commit 00436f01f8
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.0";
version = "1.12.1";
goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];
@ -19,7 +19,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "12m2yqlngxvyyiqa58fmdwi752bz3mkk8fi312dvakr5kysnvn1l";
sha256 = "1mk4mn9h44v2xs65jjslmi03j3bixg0fkn396hmxp718w68850lz";
};
nativeBuildInputs = [ installShellFiles ];