File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 blocklist = writeText "cacert-blocklist.txt" ( lib . concatStringsSep "\n " blacklist ) ;
2121 extraCertificatesBundle = writeText "cacert-extra-certificates-bundle.crt" ( lib . concatStringsSep "\n \n " extraCertificateStrings ) ;
2222
23- srcVersion = "3.80 " ;
23+ srcVersion = "3.83 " ;
2424 version = if nssOverride != null then nssOverride . version else srcVersion ;
2525 meta = with lib ; {
2626 homepage = "https://curl.haxx.se/docs/caextract.html" ;
3535
3636 src = if nssOverride != null then nssOverride . src else fetchurl {
3737 url = "mirror://mozilla/security/nss/releases/NSS_${ lib . replaceStrings [ "." ] [ "_" ] version } _RTM/src/nss-${ version } .tar.gz" ;
38- sha256 = "sha256-wL8f0sfimmsCswliK6r8RD7skMiTS7FV2ku5iYh4S2o =" ;
38+ sha256 = "sha256-qyPqZ/lkCQuLc8gKZ0CCVxw25fTrqSBXrGSMnB3vASg =" ;
3939 } ;
4040
4141 dontBuild = true ;
You can’t perform that action at this time.
0 commit comments