Skip to content

Commit

Permalink
surface: linux 6.12.7 -> 6.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdotsh committed Jan 2, 2025
1 parent 818cb45 commit cbd1284
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.7";
version = "6.12.8";
kernelPatches = surfacePatches {
inherit version;
patchFn = ./patches.nix;
};
kernelPackages = linuxPackage {
inherit version kernelPatches;
sha256 = "sha256-94X7ZIoOC2apQ7syKKS27WLJC5hc0ev2naXTjlidoM8=";
sha256 = "sha256-IpHaBlygS3Fcie5QNirsPwIadBS8lj8bVnNmgsgSKXk=";
ignoreConfigErrors=true;
};

Expand Down

0 comments on commit cbd1284

Please sign in to comment.