nexttrace: fix version

This commit is contained in:
Weijia Wang 2023-06-07 15:42:20 +03:00
parent 63165c088f
commit 163ce0e400

View File

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