5 python3.pkgs.buildPythonApplication rec {
10 src = python3.pkgs.fetchPypi {
11 inherit pname version;
12 sha256 = "sha256-wF4QoXxH55SpdYgKLHf4sCwUk1rkCpSdnIX5FvFi/BU=";
15 propagatedBuildInputs = with python3.pkgs; [
22 # Project has no tests
25 pythonImportsCheck = [
30 description = "Extensible GitHub dorking tool";
31 homepage = "https://github.com/dtaivpp/ghdorker";
32 license = with licenses; [ asl20 ];
33 maintainers = with maintainers; [ fab ];