mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
libu2f-host: 1.1.1 -> 1.1.4
This commit is contained in:
parent
d1c525bc49
commit
5ca1c4007e
@ -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.1";
|
name = "libu2f-host-1.1.4";
|
||||||
|
|
||||||
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 = "0g0f012w0c00cvj5g319x2b8prbh0d3fcac9960cy7xsd8chckg1";
|
sha256 = "0vvs2p3b25cbybccv3f4ridnp7sg5i4hkzx3hx48ldcn1l1fqhv0";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user