kube-score: fix version

figsoda b9fb0b5d e7fd3b4d

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