iperf: 3.12 -> 3.13

This commit is contained in:
Franz Pletz 2023-06-21 13:23:26 +02:00
parent 9c705787cb
commit 0c735f7d26
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "iperf";
version = "3.12";
version = "3.13";
src = fetchurl {
url = "https://downloads.es.net/pub/iperf/iperf-${version}.tar.gz";
sha256 = "sha256-cgNOz7an1tZ+OE4Z+27/8yNspPftTFGNfbZJxEfh/9Y=";
sha256 = "sha256-vuQnrrE9ai7iIHPyMmH2NxLYK++qg6yMtNtdpMK9yGU=";
};
buildInputs = [ openssl ] ++ lib.optionals stdenv.isLinux [ lksctp-tools ];