netsniff-ng: 0.5.9-{27-g3beaa23 -> 34-g95c4582}

Several flowtop fixes/enhancements.
This commit is contained in:
Tobias Geerinckx-Rice 2015-07-17 21:20:19 +02:00
parent d13d2b5a6b
commit 84aea56778

View File

@ -2,7 +2,7 @@
, libnetfilter_conntrack, libnl, libpcap, libsodium, liburcu, ncurses, perl , libnetfilter_conntrack, libnl, libpcap, libsodium, liburcu, ncurses, perl
, pkgconfig, zlib }: , pkgconfig, zlib }:
let version = "0.5.9-27-g3beaa23"; in let version = "0.5.9-34-g95c4582"; in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "netsniff-ng-${version}"; name = "netsniff-ng-${version}";
@ -10,8 +10,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub rec { src = fetchFromGitHub rec {
repo = "netsniff-ng"; repo = "netsniff-ng";
owner = repo; owner = repo;
rev = "3beaa23d4d33b51a392b56f110c8773151ac19cc"; rev = "95c4582b742fd4fa58e5f14971164b941b0f730d";
sha256 = "0k6p57zynrs0ffnvrhbcnfkmvrj6ay2bxpj44ggm7bv327ckdzm7"; sha256 = "0anai392n8zx8vcjbjg776lbiwrv95x2dbd8rypbqfzmj8nhzric";
}; };
buildInputs = [ bison flex geoip geolite-legacy libcli libnet libnl buildInputs = [ bison flex geoip geolite-legacy libcli libnet libnl