libu2f-host: 0.0 -> 0.0.1
This commit is contained in:
parent
6e8a9b8145
commit
9a7143918b
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, json_c, hidapi }:
|
{ stdenv, fetchurl, pkgconfig, json_c, hidapi }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libu2f-host-0.0";
|
name = "libu2f-host-0.0.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz";
|
url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz";
|
||||||
sha256 = "02pjald2j6syvxm5pszxcpqhpp7c80hblnzh6wrafkmpkpzi3rq5";
|
sha256 = "1cqgvbh2fim9r7pjazph64xnrhmsydqh8xrnxd4g16mc0k76s4mf";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig json_c hidapi ];
|
buildInputs = [ pkgconfig json_c hidapi ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user