Skip to content

Commit 82975af

Browse files
authored
Merge pull request #1132 from zachcoyle/t2-linux-6.11.0
apple/t2: bump kernel to 6.11
2 parents abb4486 + 1c8c4f2 commit 82975af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apple/t2/pkgs/linux-t2.nix

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

44
let
5-
version = "6.10.3";
5+
version = "6.11";
66
majorVersion = with lib; (elemAt (take 1 (splitVersion version)) 0);
77

88
patchRepo = fetchFromGitHub {
99
owner = "t2linux";
1010
repo = "linux-t2-patches";
11-
rev = "29d6f013088303623cd9f2c6f5951eb3455830a6";
12-
hash = "sha256-V0dakKRPC6Hj1I+SCiZXOCwtS0mZCCAsWnGtJnFlzxU=";
11+
rev = "54b4f914930d92cf0b94601b402ec93f54a76390";
12+
hash = "sha256-mpGWcx+zE5kb5USE4CPGrrleZRNGxVUGxc9eQY5IIfY=";
1313
};
1414

1515
kernel = fetchzip {
1616
url = "mirror://kernel/linux/kernel/v${majorVersion}.x/linux-${version}.tar.xz";
17-
hash = "sha256-+tWXv9j5bUJN7kzFZxuL+wB1fBCyXbtyms3Q5/dTtK4=";
17+
hash = "sha256-QIbHTLWI5CaStQmuoJ1k7odQUDRLsWNGY10ek0eKo8M=";
1818
};
1919
in
2020
buildLinux (args // {

0 commit comments

Comments
 (0)