Skip to content

Commit

Permalink
perl-IO-Socket-SSL: 2.037 -> 2.039
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Nov 26, 2016
1 parent 376973a commit 57d3827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -6664,10 +6664,10 @@ let self = _self // overrides; _self = with self; {
};

IOSocketSSL = buildPerlPackage rec {
name = "IO-Socket-SSL-2.037";
name = "IO-Socket-SSL-2.039";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SU/SULLR/${name}.tar.gz";
sha256 = "6747226937d652a30a2c9c21d171412737f41f27ea7d82cd74845b3052909469";
sha256 = "c6379a76860c724a22b79ebe9e91d26bd8a04e3ce035bacfd15de3d9beaf83ac";
};
propagatedBuildInputs = [ NetSSLeay URI ];
# Fix path to default certificate store.
Expand Down

0 comments on commit 57d3827

Please sign in to comment.