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
17
vendorHash = "sha256-UpuwkQHcNg3rohr+AdALakIdHroIySlTnXHgoUdY+EQ=";
18
0
0
0
0
0
0
0
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";