Skip to content

Commit

Permalink
surface: linux 6.12.8 -> 6.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdotsh authored and mergify[bot] committed Jan 9, 2025
1 parent e315f86 commit 8870dca
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.8";
version = "6.12.9";
kernelPatches = surfacePatches {
inherit version;
patchFn = ./patches.nix;
};
kernelPackages = linuxPackage {
inherit version kernelPatches;
sha256 = "sha256-IpHaBlygS3Fcie5QNirsPwIadBS8lj8bVnNmgsgSKXk=";
sha256 = "sha256-h74DYN8JMbNA0rrDUWGlSAcPvDqMNSxJ4h6WZmwmrrQ=";
ignoreConfigErrors=true;
};

Expand Down

0 comments on commit 8870dca

Please sign in to comment.