3
0
Fork 0
forked from mirrors/nixpkgs

libpcap: 1.5.3 -> 1.7.4

This commit is contained in:
William A. Kennington III 2015-08-18 11:35:09 -07:00
parent 7af1960345
commit 1438112613

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, flex, bison }:
stdenv.mkDerivation rec {
name = "libpcap-1.5.3";
name = "libpcap-1.7.4";
src = fetchurl {
url = "http://www.tcpdump.org/release/${name}.tar.gz";
sha256 = "14wyjywrdi1ikaj6yc9c72m6m2r64z94lb0gm7k1a3q6q5cj3scs";
sha256 = "1c28ykkizd7jqgzrfkg7ivqjlqs9p6lygp26bsw2i0z8hwhi3lvs";
};
nativeBuildInputs = [ flex bison ];