libu2f-host: 0.0.2 -> 0.0.4
This commit is contained in:
parent
170775a834
commit
a1f6084fc8
@ -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.2";
|
name = "libu2f-host-0.0.4";
|
||||||
|
|
||||||
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 = "1n6bgb8z7dzyvaqh60gn7p4ih2rbymzflrgy79h3170kbn7lgrf9";
|
sha256 = "1mpa4m3vchqa0rm1zw0fgby3yhp35k4y6jlqdd02difm3dhk28l5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig json_c hidapi ];
|
buildInputs = [ pkgconfig json_c hidapi ];
|
||||||
|
Loading…
Reference in New Issue
Block a user