Merge pull request #170417 from superherointj/package-hcloud-fix-version-parameter

hcloud: fix version ldflag
This commit is contained in:
Thiago Kenji Okada 2022-04-26 15:32:03 +01:00 committed by GitHub
commit 0fe250c8f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];