pkcs11-helper: 1.21 -> 1.22
plus homepage refresh
This commit is contained in:
parent
f1ec44ec94
commit
39c219ca81
@ -2,20 +2,22 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pkcs11-helper-${version}";
|
name = "pkcs11-helper-${version}";
|
||||||
version = "1.21";
|
version = "1.22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OpenSC";
|
owner = "OpenSC";
|
||||||
repo = "pkcs11-helper";
|
repo = "pkcs11-helper";
|
||||||
rev = "${name}";
|
rev = "${name}";
|
||||||
sha256 = "17a2cssycl7fh44xikmhszigx57vvn0h2sjsnmsy3772kfj796b1";
|
sha256 = "01v3zv6sr5phqhr2f21fl2rmcnmkp9518dkq82g1v2y9ysjksg7q";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.opensc-project.org/opensc/wiki/pkcs11-helper;
|
homepage = https://github.com/OpenSC/pkcs11-helper;
|
||||||
license = with licenses; [ bsd3 gpl2 ];
|
license = with licenses; [ bsd3 gpl2 ];
|
||||||
description = "Library that simplifies the interaction with PKCS#11 providers";
|
description = "Library that simplifies the interaction with PKCS#11 providers";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user