aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/softhsm
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-03 02:14:57 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-03 02:14:57 -0700
commit7cab2950958ebcfd25c7c124254a57cd53e2f72e (patch)
treed4858178d2bf837e69559c88a48e6072f817672e /pkgs/tools/security/softhsm
parent4d1abc44199c8957105f538119c2d19d67aee26f (diff)
softhsm: 2.4.0 -> 2.5.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/softhsm/versions
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 4a4b790181d5..ec5eea52a6f8 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.4.0";
+ version = "2.5.0";
src = fetchurl {
url = "https://dist.opendnssec.org/source/${name}.tar.gz";
- sha256 = "01ysfmq0pzr3g9laq40xwq8vg8w135d4m8n05mr1bkdavqmw3ai6";
+ sha256 = "1cijq78jr3mzg7jj11r0krawijp99p253f4qdqr94n728p7mdalj";
};
configureFlags = [