Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #64999 from risicle/ris-libu2f-host-1.1.8-r19.03

[r19.03] libu2f-host: 1.1.7 -> 1.1.8, fixing CVE-2019-9578

authored by

Graham Christensen and committed by
GitHub
6d2dfd53 77295b0b

+2 -2
+2 -2
pkgs/development/libraries/libu2f-host/default.nix
··· 1 { stdenv, fetchurl, pkgconfig, json_c, hidapi }: 2 3 stdenv.mkDerivation rec { 4 - name = "libu2f-host-1.1.7"; 5 6 src = fetchurl { 7 url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz"; 8 - sha256 = "1zyws91b1fsbfwn3f23ry9a9zr0i1a1hqmhk3v1qnlvp56gjayli"; 9 }; 10 11 nativeBuildInputs = [ pkgconfig ];
··· 1 { stdenv, fetchurl, pkgconfig, json_c, hidapi }: 2 3 stdenv.mkDerivation rec { 4 + name = "libu2f-host-1.1.8"; 5 6 src = fetchurl { 7 url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz"; 8 + sha256 = "17fs0rjbs1apvvagal2bppc689wn5k9874axad2dhprbrwrgwz6l"; 9 }; 10 11 nativeBuildInputs = [ pkgconfig ];