helmfile: Fix version string

authored by

Zhong Jianxin and committed by
Eric Bailey
d0c43b82 53624ccb

+1 -1
+1 -1
pkgs/applications/networking/cluster/helmfile/default.nix
··· 17 17 18 18 subPackages = [ "." ]; 19 19 20 - ldflags = [ "-s" "-w" "-X github.com/helmfile/helmfile/pkg/app/version.Version=${version}" ]; 20 + ldflags = [ "-s" "-w" "-X go.szostok.io/version.version=v${version}" ]; 21 21 22 22 nativeBuildInputs = [ installShellFiles ]; 23 23