pkcs11helper: 1.11 -> 1.21

This commit is contained in:
Robin Gloster 2017-02-02 13:28:51 +01:00
parent c505564fc5
commit 9593049e06
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "pkcs11-helper-${version}";
version = "1.11";
version = "1.21";
src = fetchFromGitHub {
owner = "OpenSC";
repo = "pkcs11-helper";
rev = "${name}";
sha256 = "1bfsmy9w2qf7avvs3rsc1ycqczzzw0j2wsqkd2fj4dc1fqzigq2q";
sha256 = "17a2cssycl7fh44xikmhszigx57vvn0h2sjsnmsy3772kfj796b1";
};
buildInputs = [ pkgconfig openssl autoreconfHook ];