tkey-ssh-agent: add updateScript
This commit is contained in:
parent
0b6fa5ee40
commit
cec81c6d53
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user