ethereal -> wireshark
update to 0.99.5 svn path=/nixpkgs/trunk/; revision=8675
This commit is contained in:
parent
7374debd18
commit
16fc4c0838
@ -1,10 +0,0 @@
|
|||||||
{stdenv, fetchurl, perl, pkgconfig, glib, libpcap}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "ethereal-0.99";
|
|
||||||
src = fetchurl {
|
|
||||||
url = http://nix.cs.uu.nl/dist/tarballs/ethereal-0.99.0.tar.bz2;
|
|
||||||
md5 = "f9905b9d347acdc05af664a7553f7f76";
|
|
||||||
};
|
|
||||||
buildInputs = [perl pkgconfig glib libpcap];
|
|
||||||
}
|
|
10
pkgs/applications/networking/sniffers/wireshark/default.nix
Normal file
10
pkgs/applications/networking/sniffers/wireshark/default.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{stdenv, fetchurl, perl, pkgconfig, glib, libpcap}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "wireshark-0.99.5";
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://www.wireshark.org/download/src/wireshark-0.99.5.tar.gz;
|
||||||
|
sha256 = "0a6fkfdypfp73h1zxva2qxsm2mpkp1jv7p3d42xv5ghfwjqxyi0i";
|
||||||
|
};
|
||||||
|
buildInputs = [perl pkgconfig glib libpcap];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user