7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-y5ZSDJCTqslU78kXGyk6DajBpX7xz1CVmbhYerHmyis=";
19 pythonRelaxDeps = [ "dnspython" ];
21 build-system = with python3.pkgs; [ poetry-core ];
23 dependencies = with python3.pkgs; [ dnspython ];
25 # Tests require network access
28 pythonImportsCheck = [ "fierce" ];
31 description = "DNS reconnaissance tool for locating non-contiguous IP space";
32 homepage = "https://github.com/mschwager/fierce";
33 changelog = "https://github.com/mschwager/fierce/blob/${version}/CHANGELOG.md";
34 license = licenses.gpl3Plus;
35 maintainers = with maintainers; [ c0bw3b ];
36 mainProgram = "fierce";