Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

iperf: 3.11 -> 3.12

authored by Aaron Jheng and committed by Bjørn Forsman 7902df29 49542334

+2 -2
+2 -2
pkgs/tools/networking/iperf/3.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "iperf"; 5 - version = "3.11"; 5 + version = "3.12"; 6 6 7 7 src = fetchurl { 8 8 url = "https://downloads.es.net/pub/iperf/iperf-${version}.tar.gz"; 9 - sha256 = "0pvy1cj92phpbldw0bdc0ds70n8irqcyn1ybyis0a6nnz84v936y"; 9 + sha256 = "sha256-cgNOz7an1tZ+OE4Z+27/8yNspPftTFGNfbZJxEfh/9Y="; 10 10 }; 11 11 12 12 buildInputs = [ openssl ] ++ lib.optionals stdenv.isLinux [ lksctp-tools ];