Merge pull request #32071 from adisbladis/libu2f-host-1_1_4

libu2f-host: 1.1.1 -> 1.1.4
This commit is contained in:
Jörg Thalheim 2017-11-26 11:55:07 +00:00 committed by GitHub
commit 8fa05d7eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, json_c, hidapi }:
stdenv.mkDerivation rec {
name = "libu2f-host-1.1.1";
name = "libu2f-host-1.1.4";
src = fetchurl {
url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz";
sha256 = "0g0f012w0c00cvj5g319x2b8prbh0d3fcac9960cy7xsd8chckg1";
sha256 = "0vvs2p3b25cbybccv3f4ridnp7sg5i4hkzx3hx48ldcn1l1fqhv0";
};
nativeBuildInputs = [ pkgconfig ];