10 src = fetchFromGitHub {
11 owner = "jaeles-project";
13 rev = "beta-v${version}";
14 hash = "sha256-IGvIjO1nCilg2sPyScGTH5Zmv0rORlGwRv3NRxQk+aM=";
17 vendorHash = "sha256-/Ow2qdcFduZ2ZyUUfCqpZxSh9yy3+tI/2N9Wl1fKXVI=";
19 # Tests want to download signatures
23 description = "Tool for automated Web application testing";
24 mainProgram = "jaeles";
25 homepage = "https://github.com/jaeles-project/jaeles";
26 changelog = "https://github.com/jaeles-project/jaeles/releases/tag/beta-v${version}";
27 license = licenses.mit;
28 maintainers = with maintainers; [ fab ];