about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm-docs
diff options
context:
space:
mode:
authorJos van Bakel <jos@codeaddict.org>2023-05-02 11:53:48 +0200
committerJos van Bakel <jos@codeaddict.org>2023-05-02 11:53:48 +0200
commit44c99198ae458d4927781f175a0929835cebd6c6 (patch)
tree5b9f28948886b250c38e13471d834859ef8d5019 /pkgs/applications/networking/cluster/helm-docs
parent44f30edf5661d86fb3a95841c35127f3d0ea8b0f (diff)
helm-docs: fix version
Diffstat (limited to 'pkgs/applications/networking/cluster/helm-docs')
-rw-r--r--pkgs/applications/networking/cluster/helm-docs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/helm-docs/default.nix b/pkgs/applications/networking/cluster/helm-docs/default.nix
index 5a8d5189b8d5c..3a09148394f72 100644
--- a/pkgs/applications/networking/cluster/helm-docs/default.nix
+++ b/pkgs/applications/networking/cluster/helm-docs/default.nix
@@ -17,7 +17,7 @@ buildGoModule rec {
   ldflags = [
     "-w"
     "-s"
-    "-X main.version=v${version}"
+    "-X main.version=${version}"
   ];
 
   meta = with lib; {