aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/pkcs11helper
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-08-23 23:06:24 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-08-23 23:06:24 -0700
commitf6d29b9d19c526f1f52e1cd0060c922e857a54da (patch)
tree16c70e01999ee9f03e72292d01957905f0b10046 /pkgs/development/libraries/pkcs11helper
parentcf68a14a0184138ca7644a14c0724fa32e0e34a5 (diff)
pkcs11helper: 1.25 -> 1.25.1
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.
Diffstat (limited to 'pkgs/development/libraries/pkcs11helper')
-rw-r--r--pkgs/development/libraries/pkcs11helper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/pkcs11helper/default.nix b/pkgs/development/libraries/pkcs11helper/default.nix
index 3667aa696357..5cf5d34b9aff 100644
--- a/pkgs/development/libraries/pkcs11helper/default.nix
+++ b/pkgs/development/libraries/pkcs11helper/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "pkcs11-helper-${version}";
- version = "1.25";
+ version = "1.25.1";
src = fetchFromGitHub {
owner = "OpenSC";
repo = "pkcs11-helper";
rev = "${name}";
- sha256 = "1m7vd3f9dphcwnwz4vn2gh7byxzjfc836z0lg440yrilww20yhpy";
+ sha256 = "1nvj6kdbps860kw64m2rz3v2slyn7jkagfdmskrl6966n99iy2ns";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];