mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
surface: linux 6.9.12 -> 6.10.3
This commit is contained in:
committed by
mergify[bot]
parent
e6d16f1b6b
commit
107bb46eef
@@ -5,7 +5,7 @@ let
|
||||
|
||||
in {
|
||||
imports = [
|
||||
./linux-6.9.x
|
||||
./linux-6.10.x
|
||||
];
|
||||
|
||||
options.microsoft-surface.kernelVersion = mkOption {
|
||||
|
||||
@@ -7,14 +7,14 @@ let
|
||||
|
||||
cfg = config.microsoft-surface;
|
||||
|
||||
version = "6.9.12";
|
||||
version = "6.10.3";
|
||||
kernelPatches = surfacePatches {
|
||||
inherit version;
|
||||
patchFn = ./patches.nix;
|
||||
};
|
||||
kernelPackages = linuxPackage {
|
||||
inherit version kernelPatches;
|
||||
sha256 = "08ngskni7d9wi93vlwcmbdg7sb2jl1drhhzn62k9nsrg1r7crrss";
|
||||
sha256 = "1666dypfg193l5460maadki4hc291hr7k9fw74nq21fxczyj4pzs";
|
||||
ignoreConfigErrors=true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user