Loading pkgs/tools/security/theharvester/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,11 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-tnCiI4bte2RSWSkEL2rwFz6WFjfRMMFiEBOvv3QMyos="; }; postPatch = '' # Requirements are pinned sed -i 's/==.*//' requirements/base.txt ''; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; Loading Loading @@ -68,7 +73,7 @@ python3.pkgs.buildPythonApplication rec { ''; homepage = "https://github.com/laramies/theHarvester"; changelog = "https://github.com/laramies/theHarvester/releases/tag/${version}"; maintainers = with maintainers; [ c0bw3b fab treemo ]; license = licenses.gpl2Only; maintainers = with maintainers; [ c0bw3b fab treemo ]; }; } Loading
pkgs/tools/security/theharvester/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,11 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-tnCiI4bte2RSWSkEL2rwFz6WFjfRMMFiEBOvv3QMyos="; }; postPatch = '' # Requirements are pinned sed -i 's/==.*//' requirements/base.txt ''; nativeBuildInputs = with python3.pkgs; [ poetry-core ]; Loading Loading @@ -68,7 +73,7 @@ python3.pkgs.buildPythonApplication rec { ''; homepage = "https://github.com/laramies/theHarvester"; changelog = "https://github.com/laramies/theHarvester/releases/tag/${version}"; maintainers = with maintainers; [ c0bw3b fab treemo ]; license = licenses.gpl2Only; maintainers = with maintainers; [ c0bw3b fab treemo ]; }; }