linux_mptcp: 0.94.3 -> 0.94.4 (#59045)
Motivation: https://github.com/multipath-tcp/mptcp/releases/tag/v0.94.4
This commit is contained in:
parent
e80a667a66
commit
f173c7b831
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, structuredExtraConfig ? {}, ... } @ args:
|
{ stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, structuredExtraConfig ? {}, ... } @ args:
|
||||||
let
|
let
|
||||||
mptcpVersion = "0.94.3";
|
mptcpVersion = "0.94.4";
|
||||||
modDirVersion = "4.14.105";
|
modDirVersion = "4.14.110";
|
||||||
in
|
in
|
||||||
buildLinux ({
|
buildLinux ({
|
||||||
version = "${modDirVersion}-mptcp_v${mptcpVersion}";
|
version = "${modDirVersion}-mptcp_v${mptcpVersion}";
|
||||||
@ -16,7 +16,7 @@ buildLinux ({
|
|||||||
owner = "multipath-tcp";
|
owner = "multipath-tcp";
|
||||||
repo = "mptcp";
|
repo = "mptcp";
|
||||||
rev = "v${mptcpVersion}";
|
rev = "v${mptcpVersion}";
|
||||||
sha256 = "1pic86icrlmxajw4hkqyljha8a3k4w9kb5z74xj4yiyapmk9wprm";
|
sha256 = "1ng6p1djhm3m5g44yyq7gpqqbzsnhm9rimsafp5g4dx8cm27a70f";
|
||||||
};
|
};
|
||||||
|
|
||||||
structuredExtraConfig = with import ../../../../lib/kernel.nix { inherit (stdenv) lib; version = null; };
|
structuredExtraConfig = with import ../../../../lib/kernel.nix { inherit (stdenv) lib; version = null; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user