Merge pull request #297112 from fabaff/theharvester-bump

theharvester: 4.5.1 -> 4.6.0

authored by Fabian Affolter and committed by GitHub b229edbc bea39bb0

+3 -2
+3 -2
pkgs/tools/security/theharvester/default.nix
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "theharvester"; 8 - version = "4.5.1"; 9 pyproject = true; 10 11 src = fetchFromGitHub { 12 owner = "laramies"; 13 repo = "theharvester"; 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-yfi1+SCCLCV3SJ28EVmR6V2i3O92iVRBo4EwHbKKcYY="; 16 }; 17 18 postPatch = '' ··· 38 lxml 39 netaddr 40 ujson 41 plotly 42 pyppeteer 43 python-dateutil
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "theharvester"; 8 + version = "4.6.0"; 9 pyproject = true; 10 11 src = fetchFromGitHub { 12 owner = "laramies"; 13 repo = "theharvester"; 14 rev = "refs/tags/${version}"; 15 + hash = "sha256-B2pZBrWZqbtvcO0pnM57GFhrryYilLCBTMEmsKvyU/I="; 16 }; 17 18 postPatch = '' ··· 38 lxml 39 netaddr 40 ujson 41 + playwright 42 plotly 43 pyppeteer 44 python-dateutil