mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
[cpan2nix] perlPackages.NetSSLeay: 1.77 -> 1.85
This commit is contained in:
parent
9f3f969403
commit
d2056c6999
@ -10577,10 +10577,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
NetSSLeay = buildPerlPackage rec {
|
||||
name = "Net-SSLeay-1.77";
|
||||
name = "Net-SSLeay-1.85";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/MI/MIKEM/${name}.tar.gz";
|
||||
sha256 = "06h6wbr923jxmazmv5shdg1767s7r60bvzcza52dk31yckks6l31";
|
||||
sha256 = "1j5h4ycm8538397l204d2d5fkm9595aj174pj7bkpbhwzfwqi0cx";
|
||||
};
|
||||
buildInputs = [ pkgs.openssl ];
|
||||
doCheck = false; # Test performs network access.
|
||||
|
Loading…
Reference in New Issue
Block a user