mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 09:58:47 +08:00
apple/t2: kernel 6.12.2 -> 6.12.4
This commit is contained in:
committed by
mergify[bot]
parent
e563803af3
commit
cf737e2eba
@@ -2,7 +2,7 @@
|
||||
, ... } @ args:
|
||||
|
||||
let
|
||||
version = "6.12.2";
|
||||
version = "6.12.4";
|
||||
majorVersion = lib.elemAt (lib.take 1 (lib.splitVersion version)) 0;
|
||||
|
||||
patchRepo = fetchFromGitHub {
|
||||
@@ -14,7 +14,7 @@ let
|
||||
|
||||
kernel = fetchzip {
|
||||
url = "mirror://kernel/linux/kernel/v${majorVersion}.x/linux-${version}.tar.xz";
|
||||
hash = "sha256-2xfXs++pJiNgFCdpfYsNy3HE6rCyztbOwAlMObLCgAI=";
|
||||
hash = "sha256-SiQzaqraT/5s6Mown8/DeOWU7VR3IG0ojvkqThO09+0=";
|
||||
};
|
||||
in
|
||||
buildLinux (args // {
|
||||
|
||||
Reference in New Issue
Block a user