mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
iperf3: 3.7 -> 3.8.1
https://github.com/esnet/iperf/blob/master/RELNOTES.md#iperf-38-2020-06-08 https://github.com/esnet/iperf/blob/master/RELNOTES.md#iperf-381-2020-06-10
This commit is contained in:
parent
f3867b2a0d
commit
c4a797d59b
@ -1,11 +1,12 @@
|
||||
{ stdenv, fetchurl, openssl, fetchpatch }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "iperf-3.7";
|
||||
pname = "iperf";
|
||||
version = "3.8.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://downloads.es.net/pub/iperf/${name}.tar.gz";
|
||||
sha256 = "033is7b5grfbiil98jxlz4ixp9shm44x6hy8flpsyz1i4h108inq";
|
||||
url = "https://downloads.es.net/pub/iperf/iperf-${version}.tar.gz";
|
||||
sha256 = "15pdgnan9krf3dijan9in73ir8rcmhk3iw8085d732is4zrq1c75";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
Loading…
Reference in New Issue
Block a user