13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-0WHTrqnc3vYQro+nSsQipAPVymR8L4uOwtd9GJHxhVM=";
20 vendorHash = "sha256-QCG/rhs4Y3lLDVU15cBNUZqbKc4faNAqKMhMOFwK2SY=";
22 buildInputs = [ libpcap ];
27 "-X=github.com/mosajjal/dnsmonster/util.releaseVersion=${version}"
31 description = "Passive DNS Capture and Monitoring Toolkit";
32 homepage = "https://github.com/mosajjal/dnsmonster";
33 changelog = "https://github.com/mosajjal/dnsmonster/releases/tag/v${version}";
34 license = licenses.gpl2Only;
35 maintainers = with maintainers; [ fab ];
36 broken = stdenv.hostPlatform.isDarwin;
37 mainProgram = "dnsmonster";