iperf: 3.1.7 -> 3.2

This commit is contained in:
Tuomas Tynkkynen 2017-06-30 15:25:46 +03:00
parent d453e8baad
commit ed9bb167d5

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "iperf-3.1.7"; name = "iperf-3.2";
src = fetchurl { src = fetchurl {
url = "http://downloads.es.net/pub/iperf/${name}.tar.gz"; url = "http://downloads.es.net/pub/iperf/${name}.tar.gz";
sha256 = "0kvk8d0a3dcxc8fisyprbn01y8akxj4sx8ld5dh508p9dx077vx4"; sha256 = "07cwrl9q5pmfjlh6ilpk7hm25lpkcaf917zhpmfq918lhrpv61zj";
}; };
postInstall = '' postInstall = ''