Unverified Commit f5c52218 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

theharvester: 4.7.0 -> 4.7.1 (#398670)

parents 8ee32a6a 3a4ffe6e
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.7.0";
  version = "4.7.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "laramies";
    repo = "theharvester";
    tag = version;
    hash = "sha256-eO4jRyzMZQT4Fy1i1OHIf5UDqX8o1gmj6yHrIAxc0Mw=";
    hash = "sha256-IBisnQGdhPCoVPPH/GHLJg5qoh08KfMuMxbsqF3jjpE=";
  };

  postPatch = ''