summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers/ethereal/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/sniffers/ethereal/default.nix')
-rw-r--r--pkgs/applications/networking/sniffers/ethereal/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/sniffers/ethereal/default.nix b/pkgs/applications/networking/sniffers/ethereal/default.nix
index b52d44fbd2b1..7f473d8c2404 100644
--- a/pkgs/applications/networking/sniffers/ethereal/default.nix
+++ b/pkgs/applications/networking/sniffers/ethereal/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl, perl, pkgconfig, glib, libpcap}:
 
 stdenv.mkDerivation {
-  name = "ethereal-0.10.13";
+  name = "ethereal-0.10.14";
   src = fetchurl {
-    url = ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ethereal-0.10.13.tar.bz2;
-    md5 = "08d277951ff6f6a93c752abebd85d5bc";
+    url = ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ethereal-0.10.14.tar.bz2;
+    md5 = "297f678c037f88429250830e924b8fa0";
   };
   buildInputs = [perl pkgconfig glib libpcap];
 }