mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
iperf: 3.5 -> 3.6 (#43002)
This commit is contained in:
parent
afa9f76391
commit
28817750a7
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, openssl, fetchpatch }:
|
{ stdenv, fetchurl, openssl, fetchpatch }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "iperf-3.5";
|
name = "iperf-3.6";
|
||||||
|
|
||||||
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 = "1m9cyycv70s8nlbgr1lqwr155ixk17np0nzqgwaw3f51vkndk6sk";
|
sha256 = "0vllfmyqiy6nxgbagsx1zrs4pmfawyalzm5l1xcwqq64dpj52pfy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
|
Loading…
Reference in a new issue