3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.IO-Socket-SSL: 2.016 -> 2.020

This commit is contained in:
Tobias Geerinckx-Rice 2015-09-21 09:29:07 +02:00
parent 9cfb5924e8
commit f6f8b2da89

View file

@ -5621,10 +5621,10 @@ let self = _self // overrides; _self = with self; {
};
IOSocketSSL = buildPerlPackage {
name = "IO-Socket-SSL-2.016";
name = "IO-Socket-SSL-2.020";
src = fetchurl {
url = mirror://cpan/authors/id/S/SU/SULLR/IO-Socket-SSL-2.016.tar.gz;
sha256 = "0hgyggdbw16nm85fds48m79lxy5318panqhpkh7r192jq6rnhqlk";
url = mirror://cpan/authors/id/S/SU/SULLR/IO-Socket-SSL-2.020.tar.gz;
sha256 = "1nqjwnyd8iy0whisa352a97ihxw2zc78cmbxa0ccs4547bljr3js";
};
propagatedBuildInputs = [ URI NetSSLeay ];
meta = {