home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5c28c74b95be38f055098e53a8dc736983cc3e13
parent 2716550331f7b56368b4f793a00609b84339ac7f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 16 Oct 2018 19:04:21 +0200

pkgs: skaffold 0.15.1 -> 0.16.0

… migrating to nixpkgs

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mpkgs/skaffold/default.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/skaffold/default.nix b/pkgs/skaffold/default.nix @@ -2,7 +2,7 @@ buildGoPackage rec { name = "skaffold-${version}"; - version = "0.15.1"; + version = "0.16.0"; rev = "v${version}"; goPackagePath = "github.com/GoogleContainerTools/skaffold"; @@ -12,7 +12,7 @@ buildGoPackage rec { inherit rev; owner = "GoogleContainerTools"; repo = "skaffold"; - sha256 = "1ckkibagcxdbwsrfniailq6sdrs24vg8kbv9w26hhgas2l82a1xr"; + sha256 = "0vpjxyqppyj4zs02n8b0k0qd8zidrrcks60x6qd5a4bbqa0c1zld"; }; meta = {