Commit cec81c6d authored by Bruno Bigras's avatar Bruno Bigras
Browse files

tkey-ssh-agent: add updateScript

parent 0b6fa5ee
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{ 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/";