Skip to content

Commit

Permalink
cacert: 3.104 -> 3.107
Browse files Browse the repository at this point in the history
https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/WH8hT2HA7RM
(cherry picked from commit 34887f2)
(cherry picked from commit b50e39d)
  • Loading branch information
mweinelt authored and emilazy committed Nov 22, 2024
1 parent 316d0cf commit 24dc80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/misc/cacert/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
blocklist = writeText "cacert-blocklist.txt" (lib.concatStringsSep "\n" blacklist);
extraCertificatesBundle = writeText "cacert-extra-certificates-bundle.crt" (lib.concatStringsSep "\n\n" extraCertificateStrings);

srcVersion = "3.104";
srcVersion = "3.107";
version = if nssOverride != null then nssOverride.version else srcVersion;
meta = with lib; {
homepage = "https://curl.haxx.se/docs/caextract.html";
Expand All @@ -37,7 +37,7 @@ let
owner = "nss-dev";
repo = "nss";
rev = "NSS_${lib.replaceStrings ["."] ["_"] version}_RTM";
hash = "sha256-TEGEKocapU5OTqx69n8nrn/X3SZr49d1alHM73UnDJw=";
hash = "sha256-c6ks/pBvZHipNkmBy784s96zMYP+D9q3VlVrPVSohLw=";
};

dontBuild = true;
Expand Down

0 comments on commit 24dc80f

Please sign in to comment.