10 src = fetchFromGitHub {
11 owner = "projectdiscovery";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-dGSWUuM4Zcz9QYjYaHur3RYryxe1wJycx/wUL5yqCpM=";
17 vendorHash = "sha256-bSpMYQvrlR9T06dYF8gaTZmMAp6Gnb2cfsYCUes7i2s=";
24 # Tests require network access
28 description = "Tool to gather network ranges using ASN information";
29 mainProgram = "asnmap";
30 homepage = "https://github.com/projectdiscovery/asnmap";
31 changelog = "https://github.com/projectdiscovery/asnmap/releases/tag/v${version}";
32 license = licenses.mit;
33 maintainers = with maintainers; [ fab ];