about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-03-19 08:59:58 +0100
committerGitHub <noreply@github.com>2024-03-19 08:59:58 +0100
commitb229edbc81b7468a6e69c211fda737f7eba9d106 (patch)
tree0829759ea2d8403e6846de2ed5e493b26f90fad8 /pkgs/tools
parentbea39bb07cbb6072088995807e14d55fbf17702c (diff)
parent2b45186d20123e2a17911b8ebd62a3563987f334 (diff)
Merge pull request #297112 from fabaff/theharvester-bump
theharvester: 4.5.1 -> 4.6.0
Diffstat (limited to 'pkgs/tools')
-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 ad5152e7e1fe3..180aa0fd2e766 100644
--- a/pkgs/tools/security/theharvester/default.nix
+++ b/pkgs/tools/security/theharvester/default.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "theharvester";
-  version = "4.5.1";
+  version = "4.6.0";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "laramies";
     repo = "theharvester";
     rev = "refs/tags/${version}";
-    hash = "sha256-yfi1+SCCLCV3SJ28EVmR6V2i3O92iVRBo4EwHbKKcYY=";
+    hash = "sha256-B2pZBrWZqbtvcO0pnM57GFhrryYilLCBTMEmsKvyU/I=";
   };
 
   postPatch = ''
@@ -38,6 +38,7 @@ python3.pkgs.buildPythonApplication rec {
     lxml
     netaddr
     ujson
+    playwright
     plotly
     pyppeteer
     python-dateutil