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

kube-score: 1.16.1 -> 1.17.0
This commit is contained in:
figsoda 2023-07-09 10:22:11 -04:00 committed by GitHub
commit e7fd3b4da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "kube-score";
version = "1.16.1";
version = "1.17.0";
src = fetchFromGitHub {
owner = "zegl";
repo = pname;
rev = "v${version}";
hash = "sha256-/aCuPL0bzzoNczvSdLYS8obTu8bZzO5HhBmRZ3/ArAM=";
hash = "sha256-/4xnUb60ARGO6hM5PQ3ZkuwjEQUT4Xnj/InIsfw2bzI=";
};
vendorHash = "sha256-pcNdszOfsYKiASOUNKflbr89j/wb9ILQvjMJYsiGPWo=";
vendorHash = "sha256-UpuwkQHcNg3rohr+AdALakIdHroIySlTnXHgoUdY+EQ=";
meta = with lib; {
description = "Kubernetes object analysis with recommendations for improved reliability and security";