apple/t2: kernel 6.12.4 -> 6.13

This commit is contained in:
Cassie Cheung 2025-01-28 18:25:06 +08:00 committed by mergify[bot]
parent 95c8efc0cb
commit 21fa58535d

View file

@ -2,19 +2,19 @@
, ... } @ args: , ... } @ args:
let let
version = "6.12.4"; version = "6.13";
majorVersion = lib.elemAt (lib.take 1 (lib.splitVersion version)) 0; majorVersion = lib.elemAt (lib.take 1 (lib.splitVersion version)) 0;
patchRepo = fetchFromGitHub { patchRepo = fetchFromGitHub {
owner = "t2linux"; owner = "t2linux";
repo = "linux-t2-patches"; repo = "linux-t2-patches";
rev = "539eea1f9127f1623794ee8c7ccc37e8b00f60a3"; rev = "07cba1a25b43834f24f8be302bd025f2f89493c5";
hash = "sha256-pFeNOLTqnEupyEZDk+fX/5GFpobvN+L7Wv2K6V5Xx9g="; hash = "sha256-kRSzqOApTmTTv3rfNmP9/RQ7zV4jptlEOLWixtgwTLk=";
}; };
kernel = fetchzip { kernel = fetchzip {
url = "mirror://kernel/linux/kernel/v${majorVersion}.x/linux-${version}.tar.xz"; url = "mirror://kernel/linux/kernel/v${majorVersion}.x/linux-${version}.tar.xz";
hash = "sha256-SiQzaqraT/5s6Mown8/DeOWU7VR3IG0ojvkqThO09+0="; hash = "sha256-FD22KmTFrIhED5X3rcjPTot1UOq1ir1zouEpRWZkRC0=";
}; };
in in
buildLinux (args // { buildLinux (args // {