mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nexttrace: fix version
This commit is contained in:
parent
63165c088f
commit
163ce0e400
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ buildGoModule rec {
|
|||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X github.com/xgadget-lab/nexttrace/printer.version=v${version}"
|
||||
"-X github.com/xgadget-lab/nexttrace/config.Version=v${version}"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue