summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-06-30 15:25:46 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-07-04 17:30:02 +0300
commited9bb167d5ae4986121ef36889d7eb29ca3fcad7 (patch)
treea956ec4c6d97c611423895e47ca0e8f8978fce5f /pkgs
parentd453e8baad61cff9a9b49d83b6333d3d5f82a28b (diff)
downloadnixpkgs-ed9bb167d5ae4986121ef36889d7eb29ca3fcad7.tar
nixpkgs-ed9bb167d5ae4986121ef36889d7eb29ca3fcad7.tar.gz
nixpkgs-ed9bb167d5ae4986121ef36889d7eb29ca3fcad7.tar.bz2
nixpkgs-ed9bb167d5ae4986121ef36889d7eb29ca3fcad7.tar.lz
nixpkgs-ed9bb167d5ae4986121ef36889d7eb29ca3fcad7.tar.xz
nixpkgs-ed9bb167d5ae4986121ef36889d7eb29ca3fcad7.tar.zst
nixpkgs-ed9bb167d5ae4986121ef36889d7eb29ca3fcad7.zip
iperf: 3.1.7 -> 3.2
Diffstat (limited to 'pkgs')
-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 0d1e3194bd8..a86e3e04530 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.1.7";
+  name = "iperf-3.2";
 
   src = fetchurl {
     url = "http://downloads.es.net/pub/iperf/${name}.tar.gz";
-    sha256 = "0kvk8d0a3dcxc8fisyprbn01y8akxj4sx8ld5dh508p9dx077vx4";
+    sha256 = "07cwrl9q5pmfjlh6ilpk7hm25lpkcaf917zhpmfq918lhrpv61zj";
   };
 
   postInstall = ''