summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-06-04 14:51:51 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-06-04 18:35:43 +0200
commitf5c5e4af74346687a2a5e7cd409056daac2af565 (patch)
treee35463f5b09930a09ca23e0a187254ba72498c91 /pkgs
parent08d4e4ce18fdce1082316621320619ad85726891 (diff)
downloadnixlib-f5c5e4af74346687a2a5e7cd409056daac2af565.tar
nixlib-f5c5e4af74346687a2a5e7cd409056daac2af565.tar.gz
nixlib-f5c5e4af74346687a2a5e7cd409056daac2af565.tar.bz2
nixlib-f5c5e4af74346687a2a5e7cd409056daac2af565.tar.lz
nixlib-f5c5e4af74346687a2a5e7cd409056daac2af565.tar.xz
nixlib-f5c5e4af74346687a2a5e7cd409056daac2af565.tar.zst
nixlib-f5c5e4af74346687a2a5e7cd409056daac2af565.zip
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>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/perl-packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 891d72497b50..c166457add24 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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 = {