summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-15 12:38:46 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-15 12:38:46 +0200
commit8c042a49ebf6f2c85ddfdc1be8b1a0dda74ef0cc (patch)
tree3f3fdb7467dbde90404670eacd2fe2a463cb2c29 /pkgs/applications/networking/sniffers
parente4df13e956650e7069a1b0af15d3bb67659ed5a0 (diff)
downloadnixpkgs-8c042a49ebf6f2c85ddfdc1be8b1a0dda74ef0cc.tar
nixpkgs-8c042a49ebf6f2c85ddfdc1be8b1a0dda74ef0cc.tar.gz
nixpkgs-8c042a49ebf6f2c85ddfdc1be8b1a0dda74ef0cc.tar.bz2
nixpkgs-8c042a49ebf6f2c85ddfdc1be8b1a0dda74ef0cc.tar.lz
nixpkgs-8c042a49ebf6f2c85ddfdc1be8b1a0dda74ef0cc.tar.xz
nixpkgs-8c042a49ebf6f2c85ddfdc1be8b1a0dda74ef0cc.tar.zst
nixpkgs-8c042a49ebf6f2c85ddfdc1be8b1a0dda74ef0cc.zip
etherape: update from 0.9.12 to 0.9.13
Diffstat (limited to 'pkgs/applications/networking/sniffers')
-rw-r--r--pkgs/applications/networking/sniffers/etherape/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sniffers/etherape/default.nix b/pkgs/applications/networking/sniffers/etherape/default.nix
index 3b9b8cce9e7..a51f65cbccb 100644
--- a/pkgs/applications/networking/sniffers/etherape/default.nix
+++ b/pkgs/applications/networking/sniffers/etherape/default.nix
@@ -2,10 +2,10 @@
 , gnomedocutils, scrollkeeper, libxslt }:
 
 stdenv.mkDerivation rec {
-  name = "etherape-0.9.12";
+  name = "etherape-0.9.13";
   src = fetchurl {
     url = "mirror://sourceforge/etherape/${name}.tar.gz";
-    sha256 = "0ici0aqw2r221lc3rhrdcnvavbhcj0ybwawgrhh399i74w7wf14k";
+    sha256 = "1xq93k1slyak8mgwrw5kymq0xn0kl8chvfcvaablgki4p0l2lg9a";
   };
 
   configureFlags = [ "--disable-scrollkeeper" ];