iperf: 3.6 -> 3.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/iperf/versions
This commit is contained in:
parent
d90c41bc65
commit
c0773aa73c
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, openssl, fetchpatch }:
|
{ stdenv, fetchurl, openssl, fetchpatch }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "iperf-3.6";
|
name = "iperf-3.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.es.net/pub/iperf/${name}.tar.gz";
|
url = "https://downloads.es.net/pub/iperf/${name}.tar.gz";
|
||||||
sha256 = "0vllfmyqiy6nxgbagsx1zrs4pmfawyalzm5l1xcwqq64dpj52pfy";
|
sha256 = "033is7b5grfbiil98jxlz4ixp9shm44x6hy8flpsyz1i4h108inq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user