Merge pull request #278129 from fabaff/theharvester-fix

theharvester: replace orjson with ujson
This commit is contained in:
Fabian Affolter
2024-01-02 10:24:41 +01:00
committed by GitHub
+2 -2
View File
@@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "laramies";
repo = pname;
repo = "theharvester";
rev = "refs/tags/${version}";
hash = "sha256-tnCiI4bte2RSWSkEL2rwFz6WFjfRMMFiEBOvv3QMyos=";
};
@@ -32,7 +32,7 @@ python3.pkgs.buildPythonApplication rec {
fastapi
lxml
netaddr
orjson
ujson
plotly
pyppeteer
python-dateutil