libu2f-server: 1.0.1 -> 1.1.0
This commit is contained in:
parent
af55a0c300
commit
1bcd9c48fc
@ -1,15 +1,14 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, json_c, openssl, check }:
|
{ stdenv, fetchurl, pkgconfig, json_c, openssl, check, file, help2man, which, gengetopt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libu2f-server-1.0.1";
|
name = "libu2f-server-1.1.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://developers.yubico.com/libu2f-server/Releases/${name}.tar.xz";
|
url = "https://developers.yubico.com/libu2f-server/Releases/${name}.tar.xz";
|
||||||
sha256 = "0vhzixz1s629qv9dpdj6b7fxfyxnr5j2vx2cq9q6v790a68ga656";
|
sha256 = "0xx296nmmqa57w0v5p2kasl5zr1ms2gh6qi4lhv6xvzbmjp3rkcd";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ json_c openssl check ];
|
buildInputs = [ json_c openssl check file help2man which gengetopt ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://developers.yubico.com/libu2f-server/;
|
homepage = https://developers.yubico.com/libu2f-server/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user