1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
4 name = "libyubikey-1.13";
7 url = "https://developers.yubico.com/yubico-c/Releases/${name}.tar.gz";
8 sha256 = "009l3k2zyn06dbrlja2d4p2vfnzjhlcqxi88v02mlrnb17mx1v84";
12 homepage = "http://opensource.yubico.com/yubico-c/";
13 description = "C library for manipulating Yubico YubiKey One-Time Passwords (OTPs)";
14 license = licenses.bsd2;
15 platforms = platforms.unix;