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

kube-score: 1.16.1 -> 1.17.0

authored by

figsoda and committed by
GitHub
e7fd3b4d 72448b9d

+3 -3
+3 -3
pkgs/applications/networking/cluster/kube-score/default.nix
··· 5 6 buildGoModule rec { 7 pname = "kube-score"; 8 - version = "1.16.1"; 9 10 src = fetchFromGitHub { 11 owner = "zegl"; 12 repo = pname; 13 rev = "v${version}"; 14 - hash = "sha256-/aCuPL0bzzoNczvSdLYS8obTu8bZzO5HhBmRZ3/ArAM="; 15 }; 16 17 - vendorHash = "sha256-pcNdszOfsYKiASOUNKflbr89j/wb9ILQvjMJYsiGPWo="; 18 19 meta = with lib; { 20 description = "Kubernetes object analysis with recommendations for improved reliability and security";
··· 5 6 buildGoModule rec { 7 pname = "kube-score"; 8 + version = "1.17.0"; 9 10 src = fetchFromGitHub { 11 owner = "zegl"; 12 repo = pname; 13 rev = "v${version}"; 14 + hash = "sha256-/4xnUb60ARGO6hM5PQ3ZkuwjEQUT4Xnj/InIsfw2bzI="; 15 }; 16 17 + vendorHash = "sha256-UpuwkQHcNg3rohr+AdALakIdHroIySlTnXHgoUdY+EQ="; 18 19 meta = with lib; { 20 description = "Kubernetes object analysis with recommendations for improved reliability and security";