10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 hash = "sha256-ck6DLsLQ00unNqPLBKkxaJLDCaPFjTFJcQjTbKSq0U8=";
35 install -Dm555 dhcpdump "$out/bin/dhcpdump"
36 installManPage dhcpdump.8
42 description = "Tool for visualization of DHCP packets as recorded and output by tcpdump to analyze DHCP server responses";
43 homepage = "https://github.com/bbonev/dhcpdump";
44 changelog = "https://github.com/bbonev/dhcpdump/releases/tag/v${version}";
45 platforms = platforms.linux;
46 maintainers = with maintainers; [ nickcao ];
47 license = licenses.bsd2;
48 mainProgram = "dhcpdump";