about summary refs log tree commit diff
path: root/pkgs/tools/security/theharvester
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-11-10 22:27:39 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-11-10 22:27:39 +0100
commit07838b73e007f5685d87b9c19f68bc772488fcfb (patch)
tree5df16e784929e0db6d0dfe5006015a38fd7356db /pkgs/tools/security/theharvester
parent2de888a972be0747c29a23de73a092fd0e558677 (diff)
theharvester: 4.0.0 -> 4.0.2
Diffstat (limited to 'pkgs/tools/security/theharvester')
-rw-r--r--pkgs/tools/security/theharvester/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/security/theharvester/default.nix b/pkgs/tools/security/theharvester/default.nix
index dc1596facdff4..5e7b2dbd04f16 100644
--- a/pkgs/tools/security/theharvester/default.nix
+++ b/pkgs/tools/security/theharvester/default.nix
@@ -5,13 +5,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "theharvester";
-  version = "4.0.0";
+  version = "4.0.2";
 
   src = fetchFromGitHub {
     owner = "laramies";
     repo = pname;
     rev = version;
-    sha256 = "02jhk34znpvq522pqr3x4c0rljw37x62znwycijf1zx81dpbn4rm";
+    sha256 = "sha256-jG0uVfeAfbX809XTUhoSpYdh2i42NoGzortv96dWEAs=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [
@@ -27,6 +27,7 @@ python3.pkgs.buildPythonApplication rec {
     fastapi
     lxml
     netaddr
+    orjson
     plotly
     pyppeteer
     pyyaml