age-plugin-tpm: fix version
age-plugin-tpm v1.0.1 added --version cli flag. Currently, version is reported as `dev` in nixkpgs. This fixes it and reports 1.0.1.
This commit is contained in:
@@ -36,6 +36,7 @@ buildGoModule rec {
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X main.version=${version}"
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
|
||||
Reference in New Issue
Block a user