mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 20:23:39 +00:00
arkade: fix version
This commit is contained in:
parent
1769ab383a
commit
a8885faef7
@ -37,8 +37,8 @@ buildGoModule rec {
|
||||
|
||||
ldflags = [
|
||||
"-s" "-w"
|
||||
"-X github.com/alexellis/arkade/cmd.GitCommit=ref/tags/${version}"
|
||||
"-X github.com/alexellis/arkade/cmd.Version=${version}"
|
||||
"-X github.com/alexellis/arkade/pkg.GitCommit=ref/tags/${version}"
|
||||
"-X github.com/alexellis/arkade/pkg.Version=${version}"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user