hcloud: fix version ldflag
This commit is contained in:
parent
325fb715a9
commit
74d938f119
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ buildGoModule rec {
|
|||
|
||||
ldflags = [
|
||||
"-s" "-w"
|
||||
"-X github.com/hetznercloud/cli/cli.Version=${version}"
|
||||
"-X github.com/hetznercloud/cli/internal/version.Version=${version}"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
|
Loading…
Reference in a new issue