mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
netsniff-ng -> v0.5.9-rc5-22-gdafb89c
- Show the packet number as part of the dissector output - Reorder packet number output - Print 'IE:' prefix before each mgmt IE parameter - Print probe request IEs info - Alias lb to rr as well
This commit is contained in:
parent
21141d05f5
commit
aaef57d4c2
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
, libnetfilter_conntrack, libnl, libpcap, libsodium, liburcu, ncurses, perl
|
||||
, pkgconfig, zlib }:
|
||||
|
||||
let version = "v0.5.9-rc5"; in
|
||||
let version = "v0.5.9-rc5-22-gdafb89c"; in
|
||||
stdenv.mkDerivation {
|
||||
name = "netsniff-ng-${version}";
|
||||
|
||||
|
@ -10,8 +10,8 @@ stdenv.mkDerivation {
|
|||
src = fetchFromGitHub rec {
|
||||
repo = "netsniff-ng";
|
||||
owner = repo;
|
||||
rev = "76f4acca4bef1658543a97475f1c1d83accc395c";
|
||||
sha256 = "11k88lsdqy41j4xwyx3vq85zjj4n39hj828f1b6naq1ywyfcvmr5";
|
||||
rev = "dafb89c7a307272189b29a5c74bd6e33068ac831";
|
||||
sha256 = "0j6gii9jw93pdnbdk8yxddcc67g30623r2xvgdvrbhg3v2q6k1qm";
|
||||
};
|
||||
|
||||
buildInputs = [ bison flex geoip geolite-legacy libcli libnet libnl
|
||||
|
|
Loading…
Reference in a new issue