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