11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-PYn+NgJDZBP+9nIU0kxg9KYT0EV35omagspcsCpa9DM=";
16 fetchSubmodules = true;
19 vendorHash = "sha256-HNgofsfMsqXttnrNDIPgLHag+2hqQTREomcesWldpMo=";
27 description = "Look up records for one or more IPs/networks in one or more .mmdb databases";
28 homepage = "https://github.com/maxmind/mmdbinspect";
29 changelog = "https://github.com/maxmind/mmdbinspect/blob/${src.rev}/CHANGELOG.md";
30 license = with lib.licenses; [
34 maintainers = with lib.maintainers; [ moraxyc ];
35 mainProgram = "mmdbinspect";