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

libu2f-host: 1.1.5 -> 1.1.6
This commit is contained in:
adisbladis 2018-05-17 20:46:08 +08:00 committed by GitHub
commit 7db0be8ab1
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.5";
name = "libu2f-host-1.1.6";
src = fetchurl {
url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz";
sha256 = "159slvjfq4bqslx5amjkk90xnkiv3x0yzvbi54pl2vnzbr1p2azk";
sha256 = "19xxwwqfzg3njfpxvhlyxd05wjwsdw3m4lpn7gk31cna6agbp82d";
};
nativeBuildInputs = [ pkgconfig ];