libykmneomgr: 0.1.6 -> 0.1.7
This commit is contained in:
parent
056f68ae62
commit
27cfafa6d6
@ -1,14 +1,15 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, pcsclite, libzip, help2man }:
|
{ stdenv, fetchurl, pkgconfig, pcsclite, libzip, help2man }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libykneomgr-0.1.6";
|
name = "libykneomgr-0.1.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://developers.yubico.com/libykneomgr/Releases/${name}.tar.gz";
|
url = "https://developers.yubico.com/libykneomgr/Releases/${name}.tar.gz";
|
||||||
sha256 = "15fa4sslbzhzmkf0xik36as9lsmys1apqwjxv8sx7qlpacmxy3bw";
|
sha256 = "0nlzl9g0gjb54h43gjhg8d25bq3m3s794cq671irpqkn94kj1knw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig pcsclite libzip help2man ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
buildInputs = [ pcsclite libzip help2man ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-backend=pcsc"
|
"--with-backend=pcsc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user