10 src = fetchFromGitHub {
11 owner = "projectdiscovery";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-/bZ6LimkdbR7nG7XcetNshk0KXw1FGbuaTXP+DH7hQg=";
17 vendorHash = "sha256-tbMCXNBND9jc0C1bA9Rmz1stYKtJPmMzTlbGc3vcmE4=";
25 description = "Small utility program to perform multiple operations for a given subnet/CIDR ranges";
27 mapCIDR is developed to ease load distribution for mass scanning
28 operations, it can be used both as a library and as independent CLI tool.
30 homepage = "https://github.com/projectdiscovery/mapcidr";
31 changelog = "https://github.com/projectdiscovery/mapcidr/releases/tag/v${version}";
32 license = licenses.mit;
33 maintainers = with maintainers; [ hanemile ];
34 mainProgram = "mapcidr";