7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/${version}";
16 hash = "sha256-8p+9A1j+J3WItc1u8kG7LHY086kcwMGhEMENym2p/Fo=";
19 nativeBuildInputs = with python3.pkgs; [ setuptools ];
21 propagatedBuildInputs = with python3.pkgs; [
35 pythonImportsCheck = [ "sqlmc" ];
38 description = "Tool to check URLs of a domain for SQL injections";
39 homepage = "https://github.com/malvads/sqlmc";
40 changelog = "https://github.com/malvads/sqlmc/releases/tag/${version}";
41 license = licenses.agpl3Only;
42 maintainers = with maintainers; [ fab ];
43 mainProgram = "sqlmc";