theharvester: 4.7.1 -> 4.8.0

Changelog: https://github.com/laramies/theHarvester/releases/tag/4.8.0
This commit is contained in:
Fabian Affolter
2025-05-28 23:32:07 +02:00
parent 64a0a2ae53
commit f505e1687a
+3 -6
View File
@@ -6,20 +6,17 @@
python3.pkgs.buildPythonApplication rec {
pname = "theharvester";
version = "4.7.1";
version = "4.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "laramies";
repo = "theharvester";
tag = version;
hash = "sha256-IBisnQGdhPCoVPPH/GHLJg5qoh08KfMuMxbsqF3jjpE=";
hash = "sha256-zKytU80jmZl5TwY5ti6YZ85DbJnXIMqFLKjMN9jfw7E=";
};
postPatch = ''
# Requirements are pinned
sed -i 's/==.*//' requirements/base.txt
'';
pythonRelaxDeps = true;
pythonRemoveDeps = [ "winloop" ];