6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-odVUFs517RSp66MymniSeTKTntQtXomjC68Hhdsglf0=";
18 nativeBuildInputs = with python3.pkgs; [
23 propagatedBuildInputs = with python3.pkgs; [
28 # Project has no tests
31 pythonImportsCheck = [
36 description = "HTTP parameter discovery suite";
37 homepage = "https://github.com/s0md3v/Arjun";
38 changelog = "https://github.com/s0md3v/Arjun/blob/${version}/CHANGELOG.md";
39 license = licenses.gpl3Only;
40 maintainers = with maintainers; [ octodi ];
41 mainProgram = "arjun";