We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e563803 commit cf737e2Copy full SHA for cf737e2
apple/t2/pkgs/linux-t2.nix
@@ -2,7 +2,7 @@
2
, ... } @ args:
3
4
let
5
- version = "6.12.2";
+ version = "6.12.4";
6
majorVersion = lib.elemAt (lib.take 1 (lib.splitVersion version)) 0;
7
8
patchRepo = fetchFromGitHub {
@@ -14,7 +14,7 @@ let
14
15
kernel = fetchzip {
16
url = "mirror://kernel/linux/kernel/v${majorVersion}.x/linux-${version}.tar.xz";
17
- hash = "sha256-2xfXs++pJiNgFCdpfYsNy3HE6rCyztbOwAlMObLCgAI=";
+ hash = "sha256-SiQzaqraT/5s6Mown8/DeOWU7VR3IG0ojvkqThO09+0=";
18
};
19
in
20
buildLinux (args // {
0 commit comments