libu2f-host: 0.0.4 -> 1.0.0

This commit is contained in:
William A. Kennington III 2015-09-17 19:22:14 -07:00
parent c56ed27a55
commit 765e62ae25

View File

@ -1,14 +1,15 @@
{ stdenv, fetchurl, pkgconfig, json_c, hidapi }: { stdenv, fetchurl, pkgconfig, json_c, hidapi }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libu2f-host-0.0.4"; name = "libu2f-host-1.0.0";
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 = "1mpa4m3vchqa0rm1zw0fgby3yhp35k4y6jlqdd02difm3dhk28l5"; sha256 = "0x232rp325k1l3rdh1b9d7w3w2z2lhjmp95v4mlmd8pybjdnpi8q";
}; };
buildInputs = [ pkgconfig json_c hidapi ]; nativeBuildInputs = [ pkgconfig ];
buildInputs = [ json_c hidapi ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://developers.yubico.com/libu2f-host; homepage = https://developers.yubico.com/libu2f-host;