6 python3.pkgs.buildPythonApplication rec {
8 version = "unstable-2022-01-17";
11 src = fetchFromGitHub {
12 owner = "swisskyrepo";
14 rev = "98997bd7cf647aac7378b72913241060464749b1";
15 hash = "sha256-lGnhNwtDc8KoPlwJ1p2FYq0NQ8PhSR3HgtluU7uxa/c=";
18 propagatedBuildInputs = with python3.pkgs; [
22 # Tests are not available
25 pythonImportsCheck = [
30 description = "Tool to interact with a GraphQL endpoint";
31 mainProgram = "graphqlmap";
32 homepage = "https://github.com/swisskyrepo/GraphQLmap";
33 license = licenses.mit;
34 maintainers = with maintainers; [ fab ];