iperf3: 3.8.1 -> 3.9 (#100744)

changelog http://software.es.net/iperf/news.html#iperf-3-9-released
This commit is contained in:
Janne Heß 2020-10-19 12:24:49 +02:00 committed by GitHub
parent 2ee6d466f5
commit 7ef527cff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "iperf";
version = "3.8.1";
version = "3.9";
src = fetchurl {
url = "https://downloads.es.net/pub/iperf/iperf-${version}.tar.gz";
sha256 = "15pdgnan9krf3dijan9in73ir8rcmhk3iw8085d732is4zrq1c75";
sha256 = "0f601avdmzpwsa3lbi0ppjhkrdipm5wifhhxy5czf99370k3mdi4";
};
buildInputs = [ openssl ];