perlPackages.IOSocketSocks: init at 0.74

This commit is contained in:
TomaSajt
2024-06-28 13:54:03 +02:00
parent c66e984bda
commit ee0e71ad33
+13
View File
@@ -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";