forked from mirrors/nixpkgs
perl-IO-Socket-SSL: 2.039 -> 2.050
This commit is contained in:
parent
9447b8b9cd
commit
30b21f11dd
|
@ -7075,10 +7075,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
IOSocketSSL = buildPerlPackage rec {
|
||||
name = "IO-Socket-SSL-2.039";
|
||||
name = "IO-Socket-SSL-2.050";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SU/SULLR/${name}.tar.gz";
|
||||
sha256 = "c6379a76860c724a22b79ebe9e91d26bd8a04e3ce035bacfd15de3d9beaf83ac";
|
||||
sha256 = "54e6716e40df8b1c168d8f54a0b8f215313739bd99dda17adb7c00fe94656692";
|
||||
};
|
||||
propagatedBuildInputs = [ NetSSLeay URI ];
|
||||
# Fix path to default certificate store.
|
||||
|
|
Loading…
Reference in a new issue