Merge pull request #120817 from r-ryantm/auto-update/kube-score

kube-score: 1.10.1 -> 1.11.0

authored by

Fabian Affolter and committed by
GitHub
72a8c2c8 f7a28915

+3 -3
+3 -3
pkgs/applications/networking/cluster/kube-score/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "kube-score"; 5 - version = "1.10.1"; 5 + version = "1.11.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "zegl"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-TYsuSPWTiIlPscul/QO59+lt6sbjJdt7pJuJYO5R9Tc="; 11 + sha256 = "sha256-O0RtlFkyo01kcxWSzrkhh7vvV76B7I5V19dSzaxvv4Y="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-ob7mNheyeTcDWml4gi1SD3Pq+oWtJeySIUg2ZrCj0y0="; 14 + vendorSha256 = "sha256-qFS+N0tOf3zxqs1tN6Z1EnR3qLR1FfZNfJ21NoRXek0="; 15 15 16 16 meta = with lib; { 17 17 description = "Kubernetes object analysis with recommendations for improved reliability and security";