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

theharvester: 4.8.0 -> 4.8.1 (#423899)

parents e8cda3e2 7ef08450
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "theharvester";
  version = "4.8.0";
  version = "4.8.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "laramies";
    repo = "theharvester";
    tag = version;
    hash = "sha256-zKytU80jmZl5TwY5ti6YZ85DbJnXIMqFLKjMN9jfw7E=";
    hash = "sha256-RrpfbMTjcExV9UDshRitrZ6DbSkDu5M/m5vssDxwSUo=";
  };

  pythonRelaxDeps = true;