mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 07:31:19 +00:00
ecspresso: update ldflags for version embedding
This commit is contained in:
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
|
||||
"-s"
|
||||
"-w"
|
||||
"-X main.buildDate=none"
|
||||
"-X main.Version=${finalAttrs.version}"
|
||||
"-X github.com/kayac/ecspresso/v2.Version=${finalAttrs.version}"
|
||||
];
|
||||
|
||||
doInstallCheck = true;
|
||||
|
||||
Reference in New Issue
Block a user