tkey-ssh-agent: Add versionCheckHook

This commit is contained in:
Jonathan Davies
2025-11-22 11:21:40 +00:00
parent ad9714410e
commit 4a1ff22bb2
@@ -5,6 +5,7 @@
gitUpdater,
testers,
tkey-ssh-agent,
versionCheckHook,
}:
buildGoModule rec {
@@ -38,6 +39,11 @@ buildGoModule rec {
};
};
nativeInstallCheckInputs = [
versionCheckHook
];
doInstallCheck = true;
meta = with lib; {
description = "SSH Agent for TKey, the flexible open hardware/software USB security key";
homepage = "https://tillitis.se/app/tkey-ssh-agent/";