kube-score: 1.10.1 -> 1.11.0

wip/yesman
R. RyanTM 3 years ago
parent 6af7bcbd93
commit 34f3f95632
  1. 6
      pkgs/applications/networking/cluster/kube-score/default.nix

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kube-score";
version = "1.10.1";
version = "1.11.0";
src = fetchFromGitHub {
owner = "zegl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TYsuSPWTiIlPscul/QO59+lt6sbjJdt7pJuJYO5R9Tc=";
sha256 = "sha256-O0RtlFkyo01kcxWSzrkhh7vvV76B7I5V19dSzaxvv4Y=";
};
vendorSha256 = "sha256-ob7mNheyeTcDWml4gi1SD3Pq+oWtJeySIUg2ZrCj0y0=";
vendorSha256 = "sha256-qFS+N0tOf3zxqs1tN6Z1EnR3qLR1FfZNfJ21NoRXek0=";
meta = with lib; {
description = "Kubernetes object analysis with recommendations for improved reliability and security";

Loading…
Cancel
Save