1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

libu2f-host: 1.1.9 -> 1.1.10

This commit is contained in:
Will Dietz 2019-05-16 18:29:11 -05:00 committed by Frederik Rietdijk
parent 10832b0c4d
commit 0127f447c2

View file

@ -1,11 +1,12 @@
{ stdenv, fetchurl, pkgconfig, json_c, hidapi }:
stdenv.mkDerivation rec {
name = "libu2f-host-1.1.9";
pname = "libu2f-host";
version = "1.1.10";
src = fetchurl {
url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz";
sha256 = "1hnh3f4scx07v9jfkr1nnxasmydk1cmivn0nijcp2p75bc1fznip";
url = "https://developers.yubico.com/${pname}/Releases/${pname}-${version}.tar.xz";
sha256 = "0vrivl1dwql6nfi48z6dy56fwy2z13d7abgahgrs2mcmqng7hra2";
};
nativeBuildInputs = [ pkgconfig ];