Merge pull request #297112 from fabaff/theharvester-bump

theharvester: 4.5.1 -> 4.6.0
This commit is contained in:
Fabian Affolter 2024-03-19 08:59:58 +01:00 committed by GitHub
commit b229edbc81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "theharvester"; pname = "theharvester";
version = "4.5.1"; version = "4.6.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "laramies"; owner = "laramies";
repo = "theharvester"; repo = "theharvester";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-yfi1+SCCLCV3SJ28EVmR6V2i3O92iVRBo4EwHbKKcYY="; hash = "sha256-B2pZBrWZqbtvcO0pnM57GFhrryYilLCBTMEmsKvyU/I=";
}; };
postPatch = '' postPatch = ''
@ -38,6 +38,7 @@ python3.pkgs.buildPythonApplication rec {
lxml lxml
netaddr netaddr
ujson ujson
playwright
plotly plotly
pyppeteer pyppeteer
python-dateutil python-dateutil