about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 03:27:58 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 03:27:58 -0700
commit3d29c1ae6844c3dcf9a00c1673a530adc49a8dd7 (patch)
treedd0e23492804243b39b86819a2f9916ac9c94fd1
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixlib-3d29c1ae6844c3dcf9a00c1673a530adc49a8dd7.tar
nixlib-3d29c1ae6844c3dcf9a00c1673a530adc49a8dd7.tar.gz
nixlib-3d29c1ae6844c3dcf9a00c1673a530adc49a8dd7.tar.bz2
nixlib-3d29c1ae6844c3dcf9a00c1673a530adc49a8dd7.tar.lz
nixlib-3d29c1ae6844c3dcf9a00c1673a530adc49a8dd7.tar.xz
nixlib-3d29c1ae6844c3dcf9a00c1673a530adc49a8dd7.tar.zst
nixlib-3d29c1ae6844c3dcf9a00c1673a530adc49a8dd7.zip
pkcs11helper: 1.23 -> 1.24
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.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.24 with grep in /nix/store/vi1vlsjsmz56rdrk2zyga4jbvh5cqfcd-pkcs11-helper-1.24
- directory tree listing: https://gist.github.com/fa82ab8b06f566b9c980c0d49e7a4800
- du listing: https://gist.github.com/d8cd7f6fba6e45564b5a6cb4c6048428
-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 0c5d5e22e696..3e69bbde75a2 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.23";
+  version = "1.24";
 
   src = fetchFromGitHub {
     owner = "OpenSC";
     repo = "pkcs11-helper";
     rev = "${name}";
-    sha256 = "1m3fp3v6c903cs36bvvg0h65p1sdamsmzy13ww0zyvplcycarz0n";
+    sha256 = "07ij6i76abf6bdhczsq1wkln3q0y0wkfbsi882vj3gl2wvxh0d1i";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];