tkey-ssh-agent: Add versionCheckHook
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user