Unverified Commit ffe71e34 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #233171 from fabaff/theharvester-bump

theharvester: 4.2.0 -> 4.3.0
parents 5402e2a4 c6a146ab
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "theharvester";
  version = "4.2.0";
  version = "4.3.0";

  src = fetchFromGitHub {
    owner = "laramies";
    repo = pname;
    rev = version;
    sha256 = "sha256-P3yp6COwyQnVDfZM198ygu+HLdisRw068aZOVSLl7r4=";
    rev = "refs/tags/${version}";
    hash = "sha256-9W4xN+ZSNdR5NOnwohNrQVW8JSEKFyKxWTz012uiUm8=";
  };

  propagatedBuildInputs = with python3.pkgs; [
@@ -30,6 +30,7 @@ python3.pkgs.buildPythonApplication rec {
    orjson
    plotly
    pyppeteer
    python-dateutil
    pyyaml
    requests
    retrying
@@ -61,6 +62,7 @@ python3.pkgs.buildPythonApplication rec {
      gathers emails, names, subdomains, IPs, and URLs using multiple public data sources.
    '';
    homepage = "https://github.com/laramies/theHarvester";
    changelog = "https://github.com/laramies/theHarvester/releases/tag/${version}";
    maintainers = with maintainers; [ c0bw3b treemo ];
    license = licenses.gpl2Only;
  };