iperf2: 2.0.5 -> 2.0.9
This also fixes the build on clang 4
This commit is contained in:
parent
310bb3e6bb
commit
c46600d47b
@ -1,19 +1,19 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "iperf-2.0.5";
|
name = "iperf-2.0.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/iperf/${name}.tar.gz";
|
url = "mirror://sourceforge/iperf2/files/${name}.tar.gz";
|
||||||
sha256 = "0nr6c81x55ihs7ly2dwq19v9i1n6wiyad1gacw3aikii0kzlwsv3";
|
sha256 = "1gzh8dk2myqgxznxrryib4zsw23ffvx0s5j7sa780vk86lgr20nv";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://sourceforge.net/projects/iperf/";
|
homepage = "http://sourceforge.net/projects/iperf/";
|
||||||
description = "Tool to measure IP bandwidth using UDP or TCP";
|
description = "Tool to measure IP bandwidth using UDP or TCP";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = "as-is";
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user