From 48e8bf850f24eabd2f4bdd8605a17ca668c22ff5 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Fri, 5 Mar 2021 12:13:30 +0100 Subject: [PATCH] linux_mptcp_95: 0.95 -> 0.95.1 --- pkgs/os-specific/linux/kernel/linux-mptcp-95.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-mptcp-95.nix b/pkgs/os-specific/linux/kernel/linux-mptcp-95.nix index cd661be1078c..a6a8d4936d4f 100644 --- a/pkgs/os-specific/linux/kernel/linux-mptcp-95.nix +++ b/pkgs/os-specific/linux/kernel/linux-mptcp-95.nix @@ -1,7 +1,7 @@ { lib, buildPackages, fetchFromGitHub, perl, buildLinux, structuredExtraConfig ? {}, ... } @ args: let - mptcpVersion = "0.95"; - modDirVersion = "4.19.55"; + mptcpVersion = "0.95.1"; + modDirVersion = "4.19.126"; in buildLinux ({ version = "${modDirVersion}-mptcp_v${mptcpVersion}"; @@ -16,7 +16,7 @@ buildLinux ({ owner = "multipath-tcp"; repo = "mptcp"; rev = "v${mptcpVersion}"; - sha256 = "04a66iq5vsiz8mkpszfxmqknz7y4w3lsckrcz6q1syjpk0pdyiyw"; + sha256 = "sha256-J9UXhkI49cq83EtojLHieRtp8fT3LXTJNIqb+mUwZdM="; }; structuredExtraConfig = lib.mkMerge [