Skip to content

Commit a21ff0c

Browse files
committed
1 parent 0c70e45 commit a21ff0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ca/cacert/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let
2020
lib.concatStringsSep "\n\n" extraCertificateStrings
2121
);
2222

23-
version = "3.119.1";
23+
version = "3.121";
2424
meta = {
2525
homepage = "https://firefox-source-docs.mozilla.org/security/nss/runbooks/rootstore.html#root-store-consumers";
2626
description = "Bundle of X.509 certificates of public Certificate Authorities (CA)";
@@ -48,7 +48,7 @@ stdenv.mkDerivation {
4848
"https://hg-edge.mozilla.org/projects/nss/raw-file/${tag}/${file}"
4949
"https://raw.githubusercontent.com/nss-dev/nss/refs/tags/${tag}/${file}"
5050
];
51-
hash = "sha256-qQOzzQUjHjkzJRXvfr435pcmLzlRWlIBXCPGKAW3PNA=";
51+
hash = "sha256-O5jU4/9XoybZWHwzYzA5yMOpzwtV98pYHXWY/zKesfM=";
5252
};
5353

5454
unpackPhase = ''

0 commit comments

Comments
 (0)