mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
cacert: 3.108 -> 3.111
This commit is contained in:
parent
17a47125fa
commit
5e666d1260
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ let
|
|||
lib.concatStringsSep "\n\n" extraCertificateStrings
|
||||
);
|
||||
|
||||
srcVersion = "3.108";
|
||||
srcVersion = "3.111";
|
||||
version = if nssOverride != null then nssOverride.version else srcVersion;
|
||||
meta = with lib; {
|
||||
homepage = "https://curl.haxx.se/docs/caextract.html";
|
||||
|
@ -47,7 +47,7 @@ let
|
|||
owner = "nss-dev";
|
||||
repo = "nss";
|
||||
rev = "NSS_${lib.replaceStrings [ "." ] [ "_" ] version}_RTM";
|
||||
hash = "sha256-L2XRj3D8SsS2QYQFDLwGtaPoZ7tN4kz8hGdVKefFSu8=";
|
||||
hash = "sha256-GFtoSvLF5nAwBIiMa9CeEl5geAOK60gG2tjuQFubgYs=";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue