about summary refs log tree commit diff
path: root/pkgs/tools/security/softhsm
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-06-02 21:55:26 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-06-02 22:01:40 -0300
commita9f927d32140ed8fa495d80e117dd36f9469f115 (patch)
tree09e3159c1ce3fc7679c4236f6a4d4d952e0f5f59 /pkgs/tools/security/softhsm
parenta78c3a93adc4bfc2761841b9363b2dc4fae448f1 (diff)
softhsm: use new SRI hash format
Diffstat (limited to 'pkgs/tools/security/softhsm')
-rw-r--r--pkgs/tools/security/softhsm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/softhsm/default.nix b/pkgs/tools/security/softhsm/default.nix
index 873cfdbbb0568..b218a3241f9ff 100644
--- a/pkgs/tools/security/softhsm/default.nix
+++ b/pkgs/tools/security/softhsm/default.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://dist.opendnssec.org/source/${pname}-${version}.tar.gz";
-    hash = "sha256:1wkmyi6n3z2pak1cj5yk6v6bv9w0m24skycya48iikab0mrr8931";
+    hash = "sha256-YSSUcwVLzRgRUZ75qYmogKe9zDbTF8nCVFf8YU30dfI=";
   };
 
   configureFlags = [