Merge pull request #42221 from r-ryantm/auto-update/pkcs11-helper

pkcs11helper: 1.23 -> 1.24
This commit is contained in:
adisbladis 2018-06-19 19:14:17 +08:00 committed by GitHub
commit 2325ca95c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "pkcs11-helper-${version}";
version = "1.23";
version = "1.24";
src = fetchFromGitHub {
owner = "OpenSC";
repo = "pkcs11-helper";
rev = "${name}";
sha256 = "1m3fp3v6c903cs36bvvg0h65p1sdamsmzy13ww0zyvplcycarz0n";
sha256 = "07ij6i76abf6bdhczsq1wkln3q0y0wkfbsi882vj3gl2wvxh0d1i";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];