softhsm: 2.6.1 -> 2.7.0 (#481880)

This commit is contained in:
Fabián Heredia Montiel
2026-01-27 07:18:47 +00:00
committed by GitHub
+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 = [