kube-score: fix version

figsoda b9fb0b5d e7fd3b4d

+7
+7
pkgs/applications/networking/cluster/kube-score/default.nix
··· 16 17 vendorHash = "sha256-UpuwkQHcNg3rohr+AdALakIdHroIySlTnXHgoUdY+EQ="; 18 19 meta = with lib; { 20 description = "Kubernetes object analysis with recommendations for improved reliability and security"; 21 homepage = "https://github.com/zegl/kube-score";
··· 16 17 vendorHash = "sha256-UpuwkQHcNg3rohr+AdALakIdHroIySlTnXHgoUdY+EQ="; 18 19 + ldflags = [ 20 + "-s" 21 + "-w" 22 + "-X=main.version=${version}" 23 + "-X=main.commit=${src.rev}" 24 + ]; 25 + 26 meta = with lib; { 27 description = "Kubernetes object analysis with recommendations for improved reliability and security"; 28 homepage = "https://github.com/zegl/kube-score";