7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-UeHVATTyAH3Xdm/NVSUhiicM+tZ4UnLeJsy1jSLK3v8=";
19 pythonRelaxDeps = true;
21 nativeBuildInputs = with python3.pkgs; [
25 propagatedBuildInputs =
45 ++ httpx.optional-dependencies.http2;
47 # Project has no tests
50 pythonImportsCheck = [
55 description = "Offensive Google framework";
56 mainProgram = "ghunt";
57 homepage = "https://github.com/mxrch/ghunt";
58 changelog = "https://github.com/mxrch/GHunt/releases/tag/v${version}";
59 license = licenses.agpl3Only;
60 maintainers = with maintainers; [ fab ];