Merge pull request #10588 from dezgeg/pr-iftop

iftop: 0.17 -> 1.0pre4
This commit is contained in:
Arseniy Seroka 2015-10-25 04:23:11 +03:00
commit 08230d7071

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, ncurses, libpcap, automake}: {stdenv, fetchurl, ncurses, libpcap, automake}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "iftop-0.17"; name = "iftop-1.0pre4";
src = fetchurl { src = fetchurl {
url = http://ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gz; url = http://ex-parrot.com/pdw/iftop/download/iftop-1.0pre4.tar.gz;
sha256 = "1b0fis53280qx85gldhmqfcpgyiwplzg43gxyngia1w3f1y58cnh"; sha256 = "15sgkdyijb7vbxpxjavh5qm5nvyii3fqcg9mzvw7fx8s6zmfwczp";
}; };
# Explicitly link against libgcc_s, to work around the infamous # Explicitly link against libgcc_s, to work around the infamous