summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-10-24 13:52:51 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-10-24 14:21:06 +0200
commit97b23fc9755e284399b62f5c162be6d3ab872dad (patch)
treedd9e8df9b8abf33bb693f857d583fb841340dae0 /pkgs/tools
parenta203fd2a57e828bcf567928ff41361fc52bc8e9b (diff)
downloadnixpkgs-97b23fc9755e284399b62f5c162be6d3ab872dad.tar
nixpkgs-97b23fc9755e284399b62f5c162be6d3ab872dad.tar.gz
nixpkgs-97b23fc9755e284399b62f5c162be6d3ab872dad.tar.bz2
nixpkgs-97b23fc9755e284399b62f5c162be6d3ab872dad.tar.lz
nixpkgs-97b23fc9755e284399b62f5c162be6d3ab872dad.tar.xz
nixpkgs-97b23fc9755e284399b62f5c162be6d3ab872dad.tar.zst
nixpkgs-97b23fc9755e284399b62f5c162be6d3ab872dad.zip
softhsm: 2.2.0 -> 2.3.0
Diffstat (limited to 'pkgs/tools')
-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 42b6024fb21..6caf88973a6 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.2.0";
+  version = "2.3.0";
 
   src = fetchurl {
     url = "https://dist.opendnssec.org/source/${name}.tar.gz";
-    sha256 = "1xw53zkv5xb9pxa8q84kh505yd6pkavxd12x2fjgqi6s12p2hsgb";
+    sha256 = "09y1ladg7j0j5n780b1hdzwd2g2b5j5c54pfs7bzjviskb409mjy";
   };
 
   configureFlags = [