1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

libu2f-host: 0.0 -> 0.0.1

This commit is contained in:
William A. Kennington III 2014-11-05 22:03:10 -08:00
parent 6e8a9b8145
commit 9a7143918b

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, json_c, hidapi }:
stdenv.mkDerivation rec {
name = "libu2f-host-0.0";
name = "libu2f-host-0.0.1";
src = fetchurl {
url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz";
sha256 = "02pjald2j6syvxm5pszxcpqhpp7c80hblnzh6wrafkmpkpzi3rq5";
sha256 = "1cqgvbh2fim9r7pjazph64xnrhmsydqh8xrnxd4g16mc0k76s4mf";
};
buildInputs = [ pkgconfig json_c hidapi ];