Merge pull request #37052 from ryantm/auto-update/libu2f-host

libu2f-host: 1.1.4 -> 1.1.5
This commit is contained in:
Matthew Justin Bauer 2018-03-23 14:43:47 -05:00 committed by GitHub
commit a6386ca683
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.4";
name = "libu2f-host-1.1.5";
src = fetchurl {
url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz";
sha256 = "0vvs2p3b25cbybccv3f4ridnp7sg5i4hkzx3hx48ldcn1l1fqhv0";
sha256 = "159slvjfq4bqslx5amjkk90xnkiv3x0yzvbi54pl2vnzbr1p2azk";
};
nativeBuildInputs = [ pkgconfig ];