From 6f081cd52a2e0c68ab371b439e964355efb3002c Mon Sep 17 00:00:00 2001 From: networkException Date: Fri, 1 Sep 2023 19:18:27 +0200 Subject: [PATCH] apple/t2: update to kernel 6.5 --- 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 5684415..b9f0109 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 = "c908e506346681139a844d41c40b295cfad17ea8"; - hash = "sha256-zCpZP/QrnP4xB2bJ0yZv88N4BgE4K+5KOCzm/pBbnJw="; + rev = "46dd873d1d9d12b26916790045008a91a95d0c11"; + hash = "sha256-YGUGuzsAJFtZYjIW9d2XU4eGKNvMKCaWXqgqJn5TdeY="; }; - version = "6.4.9"; + version = "6.5"; 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-uLiimFK5mfM3xOk+/2yR+3/S1JpmFMvL62+hcbpVzJ8="; + hash = "sha256-eldLvCCALqdrUsp/rwcmf3IEXoYbGJFcUnKpjCer+IQ="; }; structuredExtraConfig = with lib.kernel; {