17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-pXPc6cAPqvbECvP3v3Z1Og8jhIhh5zvXomZrxNX6KVI=";
33 install -Dv asn "$out/bin/asn"
35 wrapProgram $out/bin/asn \
52 description = "OSINT command line tool for investigating network data";
54 ASN / RPKI validity / BGP stats / IPv4v6 / Prefix / URL / ASPath / Organization /
55 IP reputation / IP geolocation / IP fingerprinting / Network recon /
56 lookup API server / Web traceroute server
58 homepage = "https://github.com/nitefood/asn";
59 changelog = "https://github.com/nitefood/asn/releases/tag/v${version}";
60 license = with licenses; [ mit ];
61 maintainers = with maintainers; [ devhell ];