about summary refs log tree commit diff
path: root/pkgs/tools/security/softhsm
diff options
context:
space:
mode:
authorMichiel Leenaars <ml.software@leenaa.rs>2017-03-07 09:43:47 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-03-07 11:43:46 +0100
commit1522496288597d9e99aee69dfc3580ebaefb2061 (patch)
tree128b4f212c2d213ee01e1a30ef15adb951d46025 /pkgs/tools/security/softhsm
parent99ef5c84b491261bbc429f5d476c3ff8e229cd3e (diff)
downloadnixlib-1522496288597d9e99aee69dfc3580ebaefb2061.tar
nixlib-1522496288597d9e99aee69dfc3580ebaefb2061.tar.gz
nixlib-1522496288597d9e99aee69dfc3580ebaefb2061.tar.bz2
nixlib-1522496288597d9e99aee69dfc3580ebaefb2061.tar.lz
nixlib-1522496288597d9e99aee69dfc3580ebaefb2061.tar.xz
nixlib-1522496288597d9e99aee69dfc3580ebaefb2061.tar.zst
nixlib-1522496288597d9e99aee69dfc3580ebaefb2061.zip
softhsm: 2.1.0 -> 2.2.0
Diffstat (limited to 'pkgs/tools/security/softhsm')
-rw-r--r--pkgs/tools/security/softhsm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/softhsm/default.nix b/pkgs/tools/security/softhsm/default.nix
index 5f282dd378a5..42b6024fb214 100644
--- a/pkgs/tools/security/softhsm/default.nix
+++ b/pkgs/tools/security/softhsm/default.nix
@@ -3,11 +3,11 @@
 stdenv.mkDerivation rec {
 
   name = "softhsm-${version}";
-  version = "2.1.0";
+  version = "2.2.0";
 
   src = fetchurl {
     url = "https://dist.opendnssec.org/source/${name}.tar.gz";
-    sha256 = "0399b06f196fbfaebe73b4aeff2e2d65d0dc1901161513d0d6a94f031dcd827e";
+    sha256 = "1xw53zkv5xb9pxa8q84kh505yd6pkavxd12x2fjgqi6s12p2hsgb";
   };
 
   configureFlags = [