3
0
Fork 0
forked from mirrors/nixpkgs

tcpdump: update from 4.4.0 to 4.5.1

This commit is contained in:
Nixpkgs Monitor 2013-12-23 05:15:40 +02:00 committed by Evgeny Egorochkin
parent 7b5c0b39d2
commit 3d9e43ace2

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, libpcap, enableStatic ? false }:
stdenv.mkDerivation rec {
name = "tcpdump-4.4.0";
name = "tcpdump-4.5.1";
src = fetchurl {
url = "http://www.tcpdump.org/release/${name}.tar.gz";
sha256 = "1g9h2p31xwpdg88v7wv9hc8calq8sjs25800vzd9i45q5knln9qj";
sha256 = "15hb7zkzd66nag102qbv100hcnf7frglbkylmr8adwr8f5jkkaql";
};
buildInputs = [ libpcap ];