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 331574a commit bd55481Copy full SHA for bd55481
pkgs/by-name/ca/cacert/package.nix
@@ -23,7 +23,7 @@ let
23
lib.concatStringsSep "\n\n" extraCertificateStrings
24
);
25
26
- srcVersion = "3.113.1";
+ srcVersion = "3.114";
27
version = if nssOverride != null then nssOverride.version else srcVersion;
28
meta = with lib; {
29
homepage = "https://curl.haxx.se/docs/caextract.html";
@@ -47,7 +47,7 @@ let
47
owner = "nss-dev";
48
repo = "nss";
49
rev = "NSS_${lib.replaceStrings [ "." ] [ "_" ] version}_RTM";
50
- hash = "sha256-Yfs9Hh98ASJe1D4qyQEXaTC2xjeDI2Cdxp5Xgy0rYdQ=";
+ hash = "sha256-YVtXk1U9JtqfOH7+m/+bUI/yXJcydqjjGbCy/5xbMe8=";
51
};
52
53
dontBuild = true;
0 commit comments