From 258b9faff07cb7676002c63793e6f7da2c522a96 Mon Sep 17 00:00:00 2001 From: networkException Date: Fri, 4 Aug 2023 01:58:10 +0200 Subject: [PATCH] apple/t2: update to kernel 6.4.8 --- apple/t2/pkgs/linux-t2.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apple/t2/pkgs/linux-t2.nix b/apple/t2/pkgs/linux-t2.nix index 712f022..45e75a2 100644 --- a/apple/t2/pkgs/linux-t2.nix +++ b/apple/t2/pkgs/linux-t2.nix @@ -4,11 +4,11 @@ let patchRepo = fetchFromGitHub { owner = "t2linux"; repo = "linux-t2-patches"; - rev = "c0db79a25bc37dbd0c27636914b3903016a2fc39"; - hash = "sha256-VILJAK7F0E/8Z3sOzsUpS9dmtpull2XVXQkakZ0UTIA="; + rev = "c908e506346681139a844d41c40b295cfad17ea8"; + hash = "sha256-zCpZP/QrnP4xB2bJ0yZv88N4BgE4K+5KOCzm/pBbnJw="; }; - version = "6.4.2"; + version = "6.4.8"; majorVersion = with lib; (elemAt (take 1 (splitVersion version)) 0); in buildLinux (args // { @@ -20,7 +20,7 @@ buildLinux (args // { src = fetchurl { url = "mirror://kernel/linux/kernel/v${majorVersion}.x/linux-${version}.tar.xz"; - hash = "sha256-oyarIkF2xbF8c8nMrYXzLkm25Odkhh1XWVcnt+8QBiw="; + hash = "sha256-xZ804Z6E2zAga5NzBBq/iT+digh2XRY1hlcKUjjEWLY="; }; structuredExtraConfig = with lib.kernel; {