keycard-cli: embed version
This commit is contained in:
parent
d7340fe232
commit
4738a5772b
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ buildGoPackage rec {
|
|||
sha256 = "1jnbaq57i6i9bad1hcvd28mxfqq6v8rv806c6l74vlb79ff4v1wb";
|
||||
};
|
||||
|
||||
buildFlagsArray = [
|
||||
"-ldflags="
|
||||
"-X main.version=${version}"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A command line tool and shell to manage keycards";
|
||||
homepage = "https://keycard.status.im";
|
||||
|
|
Loading…
Reference in a new issue