cacert: 3.119.1 -> 3.121

https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_121.rst
This commit is contained in:
Martin Weinelt
2026-02-21 00:29:34 +01:00
parent d0d8ceafa7
commit b972c9e279
+2 -2
View File
@@ -20,7 +20,7 @@ let
lib.concatStringsSep "\n\n" extraCertificateStrings
);
version = "3.119.1";
version = "3.121";
meta = {
homepage = "https://firefox-source-docs.mozilla.org/security/nss/runbooks/rootstore.html#root-store-consumers";
description = "Bundle of X.509 certificates of public Certificate Authorities (CA)";
@@ -51,7 +51,7 @@ stdenv.mkDerivation {
"https://hg-edge.mozilla.org/projects/nss/raw-file/${tag}/${file}"
"https://raw.githubusercontent.com/nss-dev/nss/refs/tags/${tag}/${file}"
];
hash = "sha256-qQOzzQUjHjkzJRXvfr435pcmLzlRWlIBXCPGKAW3PNA=";
hash = "sha256-O5jU4/9XoybZWHwzYzA5yMOpzwtV98pYHXWY/zKesfM=";
};
unpackPhase = ''