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:
Marin
2026-01-26 10:10:34 -07:00
parent 7fbb0f8334
commit c3266010f8
@@ -36,6 +36,7 @@ buildGoModule rec {
ldflags = [
"-s"
"-w"
"-X main.version=${version}"
];
passthru.tests = {