hcloud: fix version ldflag

This commit is contained in:
superherointj 2022-04-26 10:21:52 -03:00
parent 325fb715a9
commit 74d938f119

View file

@ -15,7 +15,7 @@ buildGoModule rec {
ldflags = [ ldflags = [
"-s" "-w" "-s" "-w"
"-X github.com/hetznercloud/cli/cli.Version=${version}" "-X github.com/hetznercloud/cli/internal/version.Version=${version}"
]; ];
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];