Merge pull request #55578 from delroth/cve-2018-20340

libu2f-host: 1.1.6 -> 1.1.7 (CVE-2018-20340)
This commit is contained in:
Florian Klink 2019-02-11 21:57:52 +01:00 committed by GitHub
commit 0eb2b91235
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.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 ];