Skip to content

Commit

Permalink
surface: linux 6.6.6 -> 6.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stigtsp committed Dec 19, 2023
1 parent 7763c6f commit 70ba081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion microsoft/surface/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in {
./surface-control
];

microsoft-surface.kernelVersion = mkDefault "6.6.6";
microsoft-surface.kernelVersion = mkDefault "6.6.7";

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

cfg = config.microsoft-surface;

version = "6.6.6";
version = "6.6.7";
majorVersion = "6.6";
patchDir = repos.linux-surface + "/patches/${majorVersion}";
kernelPatches = pkgs.callPackage ./patches.nix {
Expand All @@ -21,7 +21,7 @@ let
extraMeta.branch = majorVersion;
src = fetchurl {
url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
sha256 = "sha256-6/cKkXk0sTFp4b5blcO2wv6lvBTm3BRPHvuKABayJMg=";
sha256 = "sha256-DOaOxgGQGRQAQyY1IJVezQSDnlWhuqsvqRVbQrtv2EE=";
};
};

Expand Down

0 comments on commit 70ba081

Please sign in to comment.