iperf: 3.1.3 -> 3.1.7

This commit is contained in:
Tuomas Tynkkynen 2017-04-09 21:44:19 +03:00
parent 6be6396804
commit 997b77cd38

View File

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