1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

libu2f-host: 1.1.6 -> 1.1.7 (CVE-2018-20340)

This commit is contained in:
Pierre Bourdon 2019-02-11 21:03:06 +01:00
parent 1a88aa9e0c
commit da9fdcb1f0
No known key found for this signature in database
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, json_c, hidapi }:
stdenv.mkDerivation rec {
name = "libu2f-host-1.1.6";
name = "libu2f-host-1.1.7";
src = fetchurl {
url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz";
sha256 = "19xxwwqfzg3njfpxvhlyxd05wjwsdw3m4lpn7gk31cna6agbp82d";
sha256 = "1zyws91b1fsbfwn3f23ry9a9zr0i1a1hqmhk3v1qnlvp56gjayli";
};
nativeBuildInputs = [ pkgconfig ];