1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

iperf: 3.5 -> 3.6 (#43002)

This commit is contained in:
R. RyanTM 2018-07-04 07:40:35 -07:00 committed by Franz Pletz
parent afa9f76391
commit 28817750a7

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl, fetchpatch }:
stdenv.mkDerivation rec {
name = "iperf-3.5";
name = "iperf-3.6";
src = fetchurl {
url = "https://downloads.es.net/pub/iperf/${name}.tar.gz";
sha256 = "1m9cyycv70s8nlbgr1lqwr155ixk17np0nzqgwaw3f51vkndk6sk";
sha256 = "0vllfmyqiy6nxgbagsx1zrs4pmfawyalzm5l1xcwqq64dpj52pfy";
};
buildInputs = [ openssl ];