theharvester: 4.0.3 -> 4.2.0

This commit is contained in:
Fabian Affolter 2022-08-15 19:23:03 +02:00
parent eeb2bb2fef
commit 5e502ceb4f

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "theharvester";
version = "4.0.3";
version = "4.2.0";
src = fetchFromGitHub {
owner = "laramies";
repo = pname;
rev = version;
sha256 = "sha256-Ckouhe/Uq6Dv9p/LRpPQkiKuYrwrl/Z7KkYYamDHav8=";
sha256 = "sha256-P3yp6COwyQnVDfZM198ygu+HLdisRw068aZOVSLl7r4=";
};
propagatedBuildInputs = with python3.pkgs; [