Merge pull request #250333 from fabaff/theharvester-bump

theharvester: 4.4.1 -> 4.4.3

authored by Fabian Affolter and committed by GitHub 638658ce 31cff015

+4 -3
+4 -3
pkgs/tools/security/theharvester/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "theharvester"; 8 - version = "4.4.1"; 8 + version = "4.4.3"; 9 + format = "setuptools"; 9 10 10 11 src = fetchFromGitHub { 11 12 owner = "laramies"; 12 13 repo = pname; 13 14 rev = "refs/tags/${version}"; 14 - hash = "sha256-jPwyciS4aIXJSCOolgzHbiadPzHO2MsQPGfavHqC2sg="; 15 + hash = "sha256-hAR5z1NwBmcmWRAg2F4QVicxKfzgTOOptlwKdx+G0+o="; 15 16 }; 16 17 17 18 propagatedBuildInputs = with python3.pkgs; [ ··· 63 64 ''; 64 65 homepage = "https://github.com/laramies/theHarvester"; 65 66 changelog = "https://github.com/laramies/theHarvester/releases/tag/${version}"; 66 - maintainers = with maintainers; [ c0bw3b treemo ]; 67 + maintainers = with maintainers; [ c0bw3b fab treemo ]; 67 68 license = licenses.gpl2Only; 68 69 }; 69 70 }