10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-fBcoKoTBGCyJS8+mzKXLGxcxmRsCcZFZEyMTnA5Rkbw=";
25 description = "Tool used to hunt down API key leaks in JS files and pages";
26 homepage = "https://github.com/MrEmpy/Mantra";
27 changelog = "https://github.com/MrEmpy/Mantra/releases/tag/v${version}";
28 license = licenses.gpl3Only;
29 maintainers = with maintainers; [ fab ];
30 mainProgram = "mantra";