cacert: 3.107 -> 3.108

https://github.com/nss-dev/nss/compare/NSS_3_107_BRANCH...NSS_3_108_RTM

Adds the D-Trust 2023 TLS Roots. (mozbz#1938245)
This commit is contained in:
Martin Weinelt
2025-02-05 16:54:24 +01:00
parent ab36ef17c8
commit 2a2d89fa85
+2 -2
View File
@@ -23,7 +23,7 @@ let
lib.concatStringsSep "\n\n" extraCertificateStrings
);
srcVersion = "3.107";
srcVersion = "3.108";
version = if nssOverride != null then nssOverride.version else srcVersion;
meta = with lib; {
homepage = "https://curl.haxx.se/docs/caextract.html";
@@ -47,7 +47,7 @@ let
owner = "nss-dev";
repo = "nss";
rev = "NSS_${lib.replaceStrings [ "." ] [ "_" ] version}_RTM";
hash = "sha256-c6ks/pBvZHipNkmBy784s96zMYP+D9q3VlVrPVSohLw=";
hash = "sha256-L2XRj3D8SsS2QYQFDLwGtaPoZ7tN4kz8hGdVKefFSu8=";
};
dontBuild = true;