From fc93c0569f26bf89a085e7539af007fbe3bd4c2f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 14 Mar 2025 20:47:05 +0100 Subject: [PATCH] theharvester: 4.6.0 -> 4.7.0 Changelog: https://github.com/laramies/theHarvester/releases/tag/4.7.0 --- pkgs/by-name/th/theharvester/package.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/th/theharvester/package.nix b/pkgs/by-name/th/theharvester/package.nix index e60b8612c417..d9b97aa13db3 100644 --- a/pkgs/by-name/th/theharvester/package.nix +++ b/pkgs/by-name/th/theharvester/package.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "theharvester"; - version = "4.6.0"; + version = "4.7.0"; pyproject = true; src = fetchFromGitHub { owner = "laramies"; repo = "theharvester"; tag = version; - hash = "sha256-B2pZBrWZqbtvcO0pnM57GFhrryYilLCBTMEmsKvyU/I="; + hash = "sha256-eO4jRyzMZQT4Fy1i1OHIf5UDqX8o1gmj6yHrIAxc0Mw="; }; postPatch = '' @@ -21,11 +21,11 @@ python3.pkgs.buildPythonApplication rec { sed -i 's/==.*//' requirements/base.txt ''; - nativeBuildInputs = with python3.pkgs; [ - poetry-core - ]; + pythonRemoveDeps = [ "winloop" ]; - propagatedBuildInputs = with python3.pkgs; [ + build-system = with python3.pkgs; [ setuptools ]; + + dependencies = with python3.pkgs; [ aiodns aiofiles aiohttp