tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kube-score: fix version
figsoda
2 years ago
b9fb0b5d
e7fd3b4d
+7
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
kube-score
default.nix
+7
pkgs/applications/networking/cluster/kube-score/default.nix
···
16
16
17
17
vendorHash = "sha256-UpuwkQHcNg3rohr+AdALakIdHroIySlTnXHgoUdY+EQ=";
18
18
19
19
+
ldflags = [
20
20
+
"-s"
21
21
+
"-w"
22
22
+
"-X=main.version=${version}"
23
23
+
"-X=main.commit=${src.rev}"
24
24
+
];
25
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";