Skip to content

Commit

Permalink
Merge pull request #1281 from matthiasdotsh/ms-surface/update-kernel-…
Browse files Browse the repository at this point in the history
…6.12.6

surface: linux 6.12.4 -> 6.12.6
  • Loading branch information
Mic92 authored Dec 23, 2024
2 parents e8516a2 + 1db3c42 commit 4fdd18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microsoft/surface/common/kernel/linux-surface/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ let

cfg = config.microsoft-surface;

version = "6.12.4";
version = "6.12.6";
kernelPatches = surfacePatches {
inherit version;
patchFn = ./patches.nix;
};
kernelPackages = linuxPackage {
inherit version kernelPatches;
sha256 = "sha256-bzX4IUM9hCG+cWeZB0fHxKDEUZWPuWiDRGMBrxPXEVI=";
sha256 = "sha256-1FCrIV3k4fi7heD0IWdg+jP9AktFJrFE9M4NkBKynJ4=";
ignoreConfigErrors=true;
};

Expand Down

0 comments on commit 4fdd18a

Please sign in to comment.