Skip to content

Commit

Permalink
surface: linux 6.12.4 -> 6.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdotsh committed Dec 19, 2024
1 parent b12e314 commit 1db3c42
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 1db3c42

Please sign in to comment.