age-plugin-tpm: fix version (#484081)

This commit is contained in:
Stig
2026-01-26 19:12:01 +00:00
committed by GitHub
@@ -7,6 +7,7 @@
swtpm,
openssl,
age,
versionCheckHook,
}:
buildGoModule rec {
@@ -28,6 +29,7 @@ buildGoModule rec {
age
swtpm
];
nativeInstallCheckInputs = [ versionCheckHook ];
buildInputs = [
openssl
@@ -36,6 +38,7 @@ buildGoModule rec {
ldflags = [
"-s"
"-w"
"-X main.version=${version}"
];
passthru.tests = {