tkey-ssh-agent: add updateScript

This commit is contained in:
Bruno Bigras 2024-08-24 00:02:52 -04:00
parent 0b6fa5ee40
commit cec81c6d53

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoModule }:
{ lib, fetchFromGitHub, buildGoModule, gitUpdater }:
buildGoModule rec {
pname = "tkey-ssh-agent";
@ -17,6 +17,8 @@ buildGoModule rec {
"cmd/tkey-ssh-agent"
];
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = with lib; {
description = "SSH Agent for TKey, the flexible open hardware/software USB security key";
homepage = "https://tillitis.se/app/tkey-ssh-agent/";