theharvester: 4.9.2 -> 4.10.0

Changelog: https://github.com/laramies/theHarvester/releases/tag/4.10.0
This commit is contained in:
Fabian Affolter
2026-01-27 17:33:15 +01:00
parent 71f087cdd7
commit 6a4cb3bd1a
+3 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "theharvester";
version = "4.9.2";
version = "4.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "laramies";
repo = "theharvester";
tag = version;
hash = "sha256-ZD5nFjhunD6miBBgCp7r82l/zIbLjHSj1jghXGav8hI=";
hash = "sha256-PDFKDm1amqmdYo/avxudWZ9Xhp16Cw4ejmUAQ+BlvC0=";
};
pythonRelaxDeps = true;
@@ -26,6 +26,7 @@ python3.pkgs.buildPythonApplication rec {
aiodns
aiofiles
aiohttp
aiohttp-socks
aiomultiprocess
aiosqlite
beautifulsoup4