softhsm: 2.6.1 -> 2.7.0

This commit is contained in:
R. Ryantm
2026-01-20 08:24:36 +00:00
parent 80e4adbcf8
commit 59e727ff13
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "softhsm";
version = "2.6.1";
version = "2.7.0";
src = fetchFromGitHub {
owner = "softhsm";
repo = "SoftHSMv2";
rev = "${version}";
hash = "sha256-sx0ceVY795JbtKbQGAVFllB9UJfTdgd242d6c+s1tBw=";
hash = "sha256-gwqdgGCVPQwPkE6gFlZxZdk6Ln/qZn3CmMfbcLm9p04=";
};
nativeBuildInputs = [