10 src = fetchFromGitHub {
11 owner = "projectdiscovery";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-A01XROFB2NkArfFtRMv/r9Nu5QoKMTOVzVIUnFoVe78=";
17 vendorHash = "sha256-efwU41kFR8QYa2cevvj4pYAXgCisJ4OHaRIhWVnETvc=";
20 description = "Fast and customizable subdomain wordlist generator using DSL";
21 mainProgram = "alterx";
22 homepage = "https://github.com/projectdiscovery/alterx";
23 changelog = "https://github.com/projectdiscovery/alterx/releases/tag/v${version}";
24 license = licenses.mit;
25 maintainers = with maintainers; [ fab ];