kube-score: 1.11.0 -> 1.12.0

This commit is contained in:
R. RyanTM 2021-09-14 13:34:06 +00:00
parent 6f5e9a6f7b
commit 4c6e4850f5

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kube-score";
version = "1.11.0";
version = "1.12.0";
src = fetchFromGitHub {
owner = "zegl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-O0RtlFkyo01kcxWSzrkhh7vvV76B7I5V19dSzaxvv4Y=";
sha256 = "sha256-FZbq7f8Urx3tlJOBPnPyp1enFsmtrxqNjR42CTNo6GI=";
};
vendorSha256 = "sha256-qFS+N0tOf3zxqs1tN6Z1EnR3qLR1FfZNfJ21NoRXek0=";
vendorSha256 = "sha256-8Rg57Uj/hdNqAj40MKZ/5PObRkdsInbsRT1ZkRqGTfo=";
meta = with lib; {
description = "Kubernetes object analysis with recommendations for improved reliability and security";