aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/pkcs11helper
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-05 23:36:30 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-06 08:36:30 +0200
commit231bcd3555817afc02476d6372ac0d35c462405d (patch)
tree68d77aefc5dfa4217338c7eb26a3dd3fe64f4c1e /pkgs/development/libraries/pkcs11helper
parente28ebcf8d71142f5e2fe2dd66bfb71d5fd4c7a99 (diff)
pkcs11helper: 1.22 -> 1.23 (#41530)
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.23 with grep in /nix/store/njd3rr6rvfss4xm4slpj7pxcp7ydlkxx-pkcs11-helper-1.23 - directory tree listing: https://gist.github.com/dfd004f45e4a3e63bf0656538040eb38 - du listing: https://gist.github.com/197b03678f9126503098e42ad217a12b
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 1a1bb1800cf2..0c5d5e22e696 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.22";
+ version = "1.23";
src = fetchFromGitHub {
owner = "OpenSC";
repo = "pkcs11-helper";
rev = "${name}";
- sha256 = "01v3zv6sr5phqhr2f21fl2rmcnmkp9518dkq82g1v2y9ysjksg7q";
+ sha256 = "1m3fp3v6c903cs36bvvg0h65p1sdamsmzy13ww0zyvplcycarz0n";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];