netperf: 20180613 -> 20210121
Upstream diff is just the license change.
This commit is contained in:
parent
184892dce5
commit
13d40c02cf
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "netperf";
|
pname = "netperf";
|
||||||
version = "20180613";
|
version = "20210121";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "HewlettPackard";
|
owner = "HewlettPackard";
|
||||||
repo = "netperf";
|
repo = "netperf";
|
||||||
rev = "bcb868bde7f0203bbab69609f65d4088ba7398db";
|
rev = "3bc455b23f901dae377ca0a558e1e32aa56b31c4";
|
||||||
sha256 = "1wbbgdvhadd3qs3afv6i777argdpcyxkwz4yv6aqp223n8ki6dm8";
|
sha256 = "s4G1ZN+6LERdEMDkc+12ZQgTi6K+ppUYUCGn4faCS9c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = lib.optional (with stdenv.hostPlatform; isx86 && isLinux) libsmbios;
|
buildInputs = lib.optional (with stdenv.hostPlatform; isx86 && isLinux) libsmbios;
|
||||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Benchmark to measure the performance of many different types of networking";
|
description = "Benchmark to measure the performance of many different types of networking";
|
||||||
homepage = "http://www.netperf.org/netperf/";
|
homepage = "http://www.netperf.org/netperf/";
|
||||||
license = "Hewlett-Packard BSD-like license";
|
license = lib.licenses.mit;
|
||||||
|
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = [ lib.maintainers.mmlb ];
|
maintainers = [ lib.maintainers.mmlb ];
|
||||||
|
|
Loading…
Reference in a new issue