9 version = "20210126-${lib.strings.substring 0 7 rev}";
10 rev = "d2e0deadca5f9ec2544cb252da3c450966d1860e";
12 src = fetchFromGitHub {
16 sha256 = "0yh8kxy1k23lln09b614limwk9y59r7cn5qhbnzc06ga4mxfczv2";
19 vendorSha256 = "0lb1p63lzn1ngj54bar9add7w0azvgcq3azhv9c5glk3ykv9c3iy";
21 propagatedBuildInputs = [ libpcap ];
24 description = "Parse and display HTTP traffic from network device or pcap file";
25 homepage = "https://github.com/hsiafan/httpdump";
26 license = with licenses; [ bsd2 ];
27 maintainers = with maintainers; [ fab ];