pkcs11helper: 1.24 -> 1.25 (#44727)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pkcs11-helper/versions.
This commit is contained in:
R. RyanTM 2018-08-08 14:19:21 -07:00 committed by xeji
parent 90b9c56821
commit 20701b2d2a

View file

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