perl-packages: IOSocketSSL -> 2.016

Many, many fixes. Too many to list here. See:
<https://github.com/noxxi/p5-io-socket-ssl/blob/master/Changes>
This commit is contained in:
Tobias Geerinckx-Rice 2015-06-04 14:51:51 +02:00
parent 08d4e4ce18
commit f5c5e4af74

View File

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