summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-08-08 14:19:21 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-08 23:19:21 +0200
commit20701b2d2a73638f12da9b07b3c2c1a5baaaac0e (patch)
tree9c84800140e84f313fb6c6bbc308eea7da81052f /pkgs/development
parent90b9c568212cc9b1c589d0e39f79ccfb9d22d349 (diff)
downloadnixpkgs-20701b2d2a73638f12da9b07b3c2c1a5baaaac0e.tar
nixpkgs-20701b2d2a73638f12da9b07b3c2c1a5baaaac0e.tar.gz
nixpkgs-20701b2d2a73638f12da9b07b3c2c1a5baaaac0e.tar.bz2
nixpkgs-20701b2d2a73638f12da9b07b3c2c1a5baaaac0e.tar.lz
nixpkgs-20701b2d2a73638f12da9b07b3c2c1a5baaaac0e.tar.xz
nixpkgs-20701b2d2a73638f12da9b07b3c2c1a5baaaac0e.tar.zst
nixpkgs-20701b2d2a73638f12da9b07b3c2c1a5baaaac0e.zip
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.
Diffstat (limited to 'pkgs/development')
-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 3e69bbde75a..3667aa69635 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.24";
+  version = "1.25";
 
   src = fetchFromGitHub {
     owner = "OpenSC";
     repo = "pkcs11-helper";
     rev = "${name}";
-    sha256 = "07ij6i76abf6bdhczsq1wkln3q0y0wkfbsi882vj3gl2wvxh0d1i";
+    sha256 = "1m7vd3f9dphcwnwz4vn2gh7byxzjfc836z0lg440yrilww20yhpy";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];