6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-UeHVATTyAH3Xdm/NVSUhiicM+tZ4UnLeJsy1jSLK3v8=";
18 pythonRelaxDeps = true;
20 nativeBuildInputs = with python3.pkgs; [
24 propagatedBuildInputs = with python3.pkgs; [
41 ] ++ httpx.optional-dependencies.http2;
43 # Project has no tests
46 pythonImportsCheck = [
51 description = "Offensive Google framework";
52 mainProgram = "ghunt";
53 homepage = "https://github.com/mxrch/ghunt";
54 changelog = "https://github.com/mxrch/GHunt/releases/tag/v${version}";
55 license = licenses.agpl3Only;
56 maintainers = with maintainers; [ fab ];