Skip to content

Commit

Permalink
surface: linux 6.9.12 -> 6.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stigtsp authored and mergify[bot] committed Aug 8, 2024
1 parent e6d16f1 commit 107bb46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion microsoft/surface/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ in {
./kernel
];

microsoft-surface.kernelVersion = mkDefault "6.9";
microsoft-surface.kernelVersion = mkDefault "6.10";

# Seems to be required to properly enable S0ix "Modern Standby":
boot.kernelParams = mkDefault [ "mem_sleep_default=deep" ];
Expand Down
2 changes: 1 addition & 1 deletion microsoft/surface/common/kernel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let

in {
imports = [
./linux-6.9.x
./linux-6.10.x
];

options.microsoft-surface.kernelVersion = mkOption {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 107bb46

Please sign in to comment.