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

skaffold: 1.13.1 -> 1.13.2
This commit is contained in:
Mario Rodas 2020-08-24 06:56:22 -05:00 committed by GitHub
commit 53f793d51f
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.13.1";
version = "1.13.2";
goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];
@ -19,7 +19,7 @@ buildGoPackage rec {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
sha256 = "1v6napcpx8k45s8w55lbxahfc1p0qlvl597zgb4dzyg9w67fwnqk";
sha256 = "0xicf4bf52fnnwaimxrxv16x15lcmw12a5rrl0xjm4p059jnvy54";
};
nativeBuildInputs = [ installShellFiles ];