From f173c7b831052f681739eb5ffa9a7ee0d63de02d Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Tue, 9 Apr 2019 18:34:03 +0900 Subject: [PATCH] linux_mptcp: 0.94.3 -> 0.94.4 (#59045) Motivation: https://github.com/multipath-tcp/mptcp/releases/tag/v0.94.4 --- pkgs/os-specific/linux/kernel/linux-mptcp.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-mptcp.nix b/pkgs/os-specific/linux/kernel/linux-mptcp.nix index d96853eb7cf..44499f39cc1 100644 --- a/pkgs/os-specific/linux/kernel/linux-mptcp.nix +++ b/pkgs/os-specific/linux/kernel/linux-mptcp.nix @@ -1,7 +1,7 @@ { stdenv, buildPackages, fetchFromGitHub, perl, buildLinux, structuredExtraConfig ? {}, ... } @ args: let - mptcpVersion = "0.94.3"; - modDirVersion = "4.14.105"; + mptcpVersion = "0.94.4"; + modDirVersion = "4.14.110"; in buildLinux ({ version = "${modDirVersion}-mptcp_v${mptcpVersion}"; @@ -16,7 +16,7 @@ buildLinux ({ owner = "multipath-tcp"; repo = "mptcp"; rev = "v${mptcpVersion}"; - sha256 = "1pic86icrlmxajw4hkqyljha8a3k4w9kb5z74xj4yiyapmk9wprm"; + sha256 = "1ng6p1djhm3m5g44yyq7gpqqbzsnhm9rimsafp5g4dx8cm27a70f"; }; structuredExtraConfig = with import ../../../../lib/kernel.nix { inherit (stdenv) lib; version = null; };