about summary refs log tree commit diff
path: root/pkgs/tools/networking/iperf
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-01-02 10:35:30 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-01-02 10:43:55 -0800
commitfeabfa0cc2e9e7e63fccbdf64ad2fe19ed2a43ac (patch)
treee92cfedf206cd3c2ca5243e41b05bb56ffeaca05 /pkgs/tools/networking/iperf
parent9a56a86f5e90676c4adc8b87f64579383789f6b8 (diff)
iperf: 3.0.9 -> 3.0.10
Diffstat (limited to 'pkgs/tools/networking/iperf')
-rw-r--r--pkgs/tools/networking/iperf/3.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/iperf/3.nix b/pkgs/tools/networking/iperf/3.nix
index e8b3c79d5ccf6..7f738ea8d3864 100644
--- a/pkgs/tools/networking/iperf/3.nix
+++ b/pkgs/tools/networking/iperf/3.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "iperf-3.0.9";
+  name = "iperf-3.0.10";
 
   src = fetchurl {
     url = "http://downloads.es.net/pub/iperf/${name}.tar.gz";
-    sha256 = "0n94d6n4nm9b88qyv1pqasrvxqc8kyqvqsdra1rr6syj60mrl920";
+    sha256 = "17856cp4c6z4hh9jh3bvz2q2yfwhi1ybwf6mnaq822fgcwll84x1";
   };
 
   postInstall = ''