Skip to content

Commit 33d9190

Browse files
asahi kernel 6-11.8
1 parent 8a82635 commit 33d9190

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hardware/apple/apple-silicon/packages/linux-asahi/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,16 @@
120120
(linuxKernel.manualConfig rec {
121121
inherit stdenv lib;
122122

123-
version = "6.11.6-asahi";
123+
version = "6.11.8-asahi";
124124
modDirVersion = version;
125125
extraMeta.branch = "6.11";
126126

127127
src = fetchFromGitHub {
128128
# tracking: https://github.com/AsahiLinux/linux/tree/asahi-wip (w/ fedora verification)
129129
owner = "AsahiLinux";
130130
repo = "linux";
131-
rev = "asahi-6.11.6-2";
132-
hash = "sha256-wGXkwy2ULx0p+iGYuJhuzQMmn72VEn/hsbkcJa6UBig=";
131+
rev = "asahi-6.11.8-1";
132+
hash = "sha256-InA1f08kvdjNr3Hu7LMLz6UYR1ezkkA2d28RM6riXnc=";
133133
};
134134

135135
kernelPatches =

0 commit comments

Comments
 (0)