Skip to content

Commit e6ca949

Browse files
r-ryantmmweinelt
authored andcommitted
cacert: 3.117 -> 3.119.1
(cherry picked from commit 30ddbca)
1 parent 0718d64 commit e6ca949

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
@@ -23,7 +23,7 @@ let
2323
lib.concatStringsSep "\n\n" extraCertificateStrings
2424
);
2525

26-
srcVersion = "3.117";
26+
srcVersion = "3.119.1";
2727
version = if nssOverride != null then nssOverride.version else srcVersion;
2828
meta = {
2929
homepage = "https://curl.haxx.se/docs/caextract.html";
@@ -47,7 +47,7 @@ let
4747
owner = "nss-dev";
4848
repo = "nss";
4949
rev = "NSS_${lib.replaceStrings [ "." ] [ "_" ] version}_RTM";
50-
hash = "sha256-sAs0TiV3TK/WtgHvEjl2KFAgebyWZYmcRcmxjpn2AME=";
50+
hash = "sha256-GxLTqHcVWGiFezcwdctXJ8k9wqizVJPHyLBPZzphLro=";
5151
};
5252

5353
dontBuild = true;

0 commit comments

Comments
 (0)