Skip to content

Commit cf737e2

Browse files
soopycmergify[bot]
authored andcommitted
apple/t2: kernel 6.12.2 -> 6.12.4
1 parent e563803 commit cf737e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apple/t2/pkgs/linux-t2.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
, ... } @ args:
33

44
let
5-
version = "6.12.2";
5+
version = "6.12.4";
66
majorVersion = lib.elemAt (lib.take 1 (lib.splitVersion version)) 0;
77

88
patchRepo = fetchFromGitHub {
@@ -14,7 +14,7 @@ let
1414

1515
kernel = fetchzip {
1616
url = "mirror://kernel/linux/kernel/v${majorVersion}.x/linux-${version}.tar.xz";
17-
hash = "sha256-2xfXs++pJiNgFCdpfYsNy3HE6rCyztbOwAlMObLCgAI=";
17+
hash = "sha256-SiQzaqraT/5s6Mown8/DeOWU7VR3IG0ojvkqThO09+0=";
1818
};
1919
in
2020
buildLinux (args // {

0 commit comments

Comments
 (0)