Merge pull request #233171 from fabaff/theharvester-bump
theharvester: 4.2.0 -> 4.3.0
This commit is contained in:
commit
ffe71e34b5
1 changed files with 5 additions and 3 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "theharvester";
|
pname = "theharvester";
|
||||||
version = "4.2.0";
|
version = "4.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "laramies";
|
owner = "laramies";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "sha256-P3yp6COwyQnVDfZM198ygu+HLdisRw068aZOVSLl7r4=";
|
hash = "sha256-9W4xN+ZSNdR5NOnwohNrQVW8JSEKFyKxWTz012uiUm8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
@ -30,6 +30,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
orjson
|
orjson
|
||||||
plotly
|
plotly
|
||||||
pyppeteer
|
pyppeteer
|
||||||
|
python-dateutil
|
||||||
pyyaml
|
pyyaml
|
||||||
requests
|
requests
|
||||||
retrying
|
retrying
|
||||||
|
@ -61,6 +62,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
gathers emails, names, subdomains, IPs, and URLs using multiple public data sources.
|
gathers emails, names, subdomains, IPs, and URLs using multiple public data sources.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/laramies/theHarvester";
|
homepage = "https://github.com/laramies/theHarvester";
|
||||||
|
changelog = "https://github.com/laramies/theHarvester/releases/tag/${version}";
|
||||||
maintainers = with maintainers; [ c0bw3b treemo ];
|
maintainers = with maintainers; [ c0bw3b treemo ];
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue