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-11-05 18:23:00 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-11-05 18:23:00 -0800
commit123a3c5484e97f5a6ce0a61f791da482631ebdfd (patch)
treee57d7b7c9b3085d517c4c5977ae75186e812166b /pkgs/tools/networking/iperf
parent452f1736d509b0896cf6e91e641b6b664097e8a6 (diff)
downloadnixpkgs-123a3c5484e97f5a6ce0a61f791da482631ebdfd.tar
nixpkgs-123a3c5484e97f5a6ce0a61f791da482631ebdfd.tar.gz
nixpkgs-123a3c5484e97f5a6ce0a61f791da482631ebdfd.tar.bz2
nixpkgs-123a3c5484e97f5a6ce0a61f791da482631ebdfd.tar.lz
nixpkgs-123a3c5484e97f5a6ce0a61f791da482631ebdfd.tar.xz
nixpkgs-123a3c5484e97f5a6ce0a61f791da482631ebdfd.tar.zst
nixpkgs-123a3c5484e97f5a6ce0a61f791da482631ebdfd.zip
iperf: 3.0.11 -> 3.1
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 0efc789a0b2..944989f47c3 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.11";
+  name = "iperf-3.1";
 
   src = fetchurl {
     url = "http://downloads.es.net/pub/iperf/${name}.tar.gz";
-    sha256 = "0vkzx7yxhah49l83jb5r3y4zzfdqypj5y2b3fjc7rxj7dyzba7g0";
+    sha256 = "0mp6bhfbkkcrdc2sl65k0g5x5csnccqrjk3bc3a0kjr5rqpa71a3";
   };
 
   postInstall = ''