summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/top-level/perl-packages.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index c2f17f4557ee..3017f882fec7 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -13021,6 +13021,19 @@ with self; {
};
};
+ IOSocketSocks = buildPerlPackage {
+ pname = "IO-Socket-Socks";
+ version = "0.74";
+ src = fetchurl {
+ url = "mirror://cpan/authors/id/O/OL/OLEG/IO-Socket-Socks-0.74.tar.gz";
+ hash = "sha256-N/Bxos9LqPCQoil8ZIK3osUJ61Lc1s5dgDXU7ixoJLE=";
+ };
+ meta = {
+ description = "Provides a way to create socks client or server both 4 and 5 version";
+ license = lib.licenses.free;
+ };
+ };
+
IOSocketTimeout = buildPerlModule {
pname = "IO-Socket-Timeout";
version = "0.32";