mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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,11 +1,11 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "iperf-2.0.5";
|
||||
name = "iperf-2.0.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/iperf/${name}.tar.gz";
|
||||
sha256 = "0nr6c81x55ihs7ly2dwq19v9i1n6wiyad1gacw3aikii0kzlwsv3";
|
||||
url = "mirror://sourceforge/iperf2/files/${name}.tar.gz";
|
||||
sha256 = "1gzh8dk2myqgxznxrryib4zsw23ffvx0s5j7sa780vk86lgr20nv";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://sourceforge.net/projects/iperf/";
|
||||
description = "Tool to measure IP bandwidth using UDP or TCP";
|
||||
platforms = platforms.unix;
|
||||
license = "as-is";
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user