6 python3.pkgs.buildPythonApplication rec {
8 version = "unstable-20220821";
11 src = fetchFromGitHub {
12 owner = "nicholasaleks";
14 # rev = "refs/tags/${version}";
15 # Switch to tag with the next update
16 rev = "5bcf92f4520a4dd036baf9f47c5ebbf18e6a032a";
17 hash = "sha256-XlHbGkwdOV1nobjtQP/M3IIEuzXHBuwf52EsXf3MWoM=";
20 nativeBuildInputs = with python3.pkgs; [
24 propagatedBuildInputs = with python3.pkgs; [
32 description = "GraphQL password brute-force and fuzzing utility";
33 homepage = "https://github.com/nicholasaleks/CrackQL";
34 license = with licenses; [ bsd3 ];
35 maintainers = with maintainers; [ fab ];