summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomaSajt <62384384+TomaSajt@users.noreply.github.com>2024-06-28 12:22:43 +0200
committerTomaSajt <62384384+TomaSajt@users.noreply.github.com>2024-06-28 13:54:03 +0200
commitee0e71ad3391dbd520812ce045a37aa58ac6c68b (patch)
treee7fe78140eee6e281fc6dc3e4a90fdd8a394d226
parentc66e984bda09e7230ea7b364e677c5ba4f0d36d0 (diff)
perlPackages.IOSocketSocks: init at 0.74
-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";