mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
libu2f-host: 1.1.7 -> 1.1.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libu2f-host/versions
This commit is contained in:
parent
e9c36ec81b
commit
cfaa5014c1
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, json_c, hidapi }:
|
{ stdenv, fetchurl, pkgconfig, json_c, hidapi }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libu2f-host-1.1.7";
|
name = "libu2f-host-1.1.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz";
|
url = "https://developers.yubico.com/libu2f-host/Releases/${name}.tar.xz";
|
||||||
sha256 = "1zyws91b1fsbfwn3f23ry9a9zr0i1a1hqmhk3v1qnlvp56gjayli";
|
sha256 = "1hnh3f4scx07v9jfkr1nnxasmydk1cmivn0nijcp2p75bc1fznip";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user