surface: linux 6.9.9 -> 6.9.12
This commit is contained in:
parent
e67b60fb1b
commit
eab049fe17
|
@ -7,14 +7,14 @@ let
|
|||
|
||||
cfg = config.microsoft-surface;
|
||||
|
||||
version = "6.9.9";
|
||||
version = "6.9.12";
|
||||
kernelPatches = surfacePatches {
|
||||
inherit version;
|
||||
patchFn = ./patches.nix;
|
||||
};
|
||||
kernelPackages = linuxPackage {
|
||||
inherit version kernelPatches;
|
||||
sha256 = "1f8y88rif3z5lp1bq00g66fd0xs1227qlqkxd2zs6fdjgr45pq1b";
|
||||
sha256 = "08ngskni7d9wi93vlwcmbdg7sb2jl1drhhzn62k9nsrg1r7crrss";
|
||||
ignoreConfigErrors=true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue