home

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

commit 3c930b8fe9199f44b71595db8ab3d0b98075a6a7
parent 30ffa442ce7da8282ae431184a31e29e27a051f0
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  7 May 2020 17:23:26 +0200

pkgs/krew: 0.3.2 -> 0.3.4

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

Diffstat:
Mpkgs/krew/default.nix | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkgs/krew/default.nix b/pkgs/krew/default.nix @@ -2,7 +2,7 @@ buildGoModule rec { name = "krew-${version}"; - version = "0.3.2"; + version = "0.3.4"; rev = "v${version}"; goPackagePath = "github.com/kubernetes-sigs/krew"; @@ -11,9 +11,9 @@ buildGoModule rec { inherit rev; owner = "kubernetes-sigs"; repo = "krew"; - sha256 = "0zn3m1s3h8nghshxy1llzc51ranbyaj3v25zbjwjcq16gpak16i7"; + sha256 = "0n10kpr2v9jzkz4lxrf1vf9x5zql73r5q1f1llwvjw6mb3xyn6ij"; }; - modSha256 = "04w2gqi0q58fj5sz173fcjkgnb1npki4484c35y562j21gvzmc33"; + modSha256 = "01sgzi6cfdx2p1mbfbcxh8vivrj79qmzsflah9n6j5favn8sqsl3"; meta = { description = "The package manager for 'kubectl plugins. ";