12 pname = "libykclient";
13 version = "unstable-2019-03-18";
14 src = fetchFromGitHub {
16 repo = "yubico-c-client";
17 rev = "ad9eda6aac4c3f81784607c30b971f4a050b5c2e";
18 sha256 = "01b19jgv2lypih6lhw9yjjsfl8q1ahl955vhr2ai8ccshh0050yj";
26 buildInputs = [ curl ];
29 description = "Yubikey C client library";
30 mainProgram = "ykclient";
31 homepage = "https://developers.yubico.com/yubico-c-client";
32 license = licenses.bsd2;