mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 05:33:25 +00:00
Merge pull request #261553 from mfrw/mfrw/iperf-3.15
This commit is contained in:
commit
396a4e2bcc
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "iperf";
|
pname = "iperf";
|
||||||
version = "3.14";
|
version = "3.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.es.net/pub/iperf/iperf-${version}.tar.gz";
|
url = "https://downloads.es.net/pub/iperf/iperf-${version}.tar.gz";
|
||||||
hash = "sha256-cj/MQwoCe8aVJij6KjrHdYSh0L0ygnXlc/ybIGwVUAQ=";
|
hash = "sha256-vbd8EfcrzpAhSIMVlXf6JEEgE+YrIIPPX1Q5HXmx2P8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ] ++ lib.optionals stdenv.isLinux [ lksctp-tools ];
|
buildInputs = [ openssl ] ++ lib.optionals stdenv.isLinux [ lksctp-tools ];
|
||||||
|
Loading…
Reference in New Issue
Block a user