Skip to content

Commit bd55481

Browse files
committed
1 parent 331574a commit bd55481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.113.1";
26+
srcVersion = "3.114";
2727
version = if nssOverride != null then nssOverride.version else srcVersion;
2828
meta = with lib; {
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-Yfs9Hh98ASJe1D4qyQEXaTC2xjeDI2Cdxp5Xgy0rYdQ=";
50+
hash = "sha256-YVtXk1U9JtqfOH7+m/+bUI/yXJcydqjjGbCy/5xbMe8=";
5151
};
5252

5353
dontBuild = true;

0 commit comments

Comments
 (0)