about summary refs log tree commit diff
path: root/pkgs/tools/networking/iftop/default.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2015-10-25 02:36:43 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2015-10-25 02:44:46 +0300
commit14c41aa74573e95fc6b74ee6612cf595eccd4048 (patch)
tree649971fd3887d8fb96bb32c5110d91f5641e70eb /pkgs/tools/networking/iftop/default.nix
parentbf1d8f0b7508b740e7c1a60e1df13158f2f3918b (diff)
downloadnixlib-14c41aa74573e95fc6b74ee6612cf595eccd4048.tar
nixlib-14c41aa74573e95fc6b74ee6612cf595eccd4048.tar.gz
nixlib-14c41aa74573e95fc6b74ee6612cf595eccd4048.tar.bz2
nixlib-14c41aa74573e95fc6b74ee6612cf595eccd4048.tar.lz
nixlib-14c41aa74573e95fc6b74ee6612cf595eccd4048.tar.xz
nixlib-14c41aa74573e95fc6b74ee6612cf595eccd4048.tar.zst
nixlib-14c41aa74573e95fc6b74ee6612cf595eccd4048.zip
iftop: 0.17 -> 1.0pre4
Even though this is a pre-release version, both Debian and Arch have
this version as well.
Diffstat (limited to 'pkgs/tools/networking/iftop/default.nix')
-rw-r--r--pkgs/tools/networking/iftop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/iftop/default.nix b/pkgs/tools/networking/iftop/default.nix
index a7fc4414f2c9..9e432c946cf5 100644
--- a/pkgs/tools/networking/iftop/default.nix
+++ b/pkgs/tools/networking/iftop/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl, ncurses, libpcap, automake}:
 
 stdenv.mkDerivation rec {
-  name = "iftop-0.17";
+  name = "iftop-1.0pre4";
 
   src = fetchurl {
-    url = http://ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gz;
-    sha256 = "1b0fis53280qx85gldhmqfcpgyiwplzg43gxyngia1w3f1y58cnh";
+    url = http://ex-parrot.com/pdw/iftop/download/iftop-1.0pre4.tar.gz;
+    sha256 = "15sgkdyijb7vbxpxjavh5qm5nvyii3fqcg9mzvw7fx8s6zmfwczp";
   };
 
   # Explicitly link against libgcc_s, to work around the infamous