1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

skaffold: 1.17.0 -> 1.17.1

This commit is contained in:
R. RyanTM 2020-12-05 00:31:32 +00:00
parent b66ea6fc39
commit 9b7668f9cd

View file

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