We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c70e45 commit a21ff0cCopy full SHA for a21ff0c
1 file changed
pkgs/by-name/ca/cacert/package.nix
@@ -20,7 +20,7 @@ let
20
lib.concatStringsSep "\n\n" extraCertificateStrings
21
);
22
23
- version = "3.119.1";
+ version = "3.121";
24
meta = {
25
homepage = "https://firefox-source-docs.mozilla.org/security/nss/runbooks/rootstore.html#root-store-consumers";
26
description = "Bundle of X.509 certificates of public Certificate Authorities (CA)";
@@ -48,7 +48,7 @@ stdenv.mkDerivation {
48
"https://hg-edge.mozilla.org/projects/nss/raw-file/${tag}/${file}"
49
"https://raw.githubusercontent.com/nss-dev/nss/refs/tags/${tag}/${file}"
50
];
51
- hash = "sha256-qQOzzQUjHjkzJRXvfr435pcmLzlRWlIBXCPGKAW3PNA=";
+ hash = "sha256-O5jU4/9XoybZWHwzYzA5yMOpzwtV98pYHXWY/zKesfM=";
52
};
53
54
unpackPhase = ''
0 commit comments