1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

surface: linux 6.6.13 -> 6.7.6

This commit is contained in:
gitwah 2024-02-28 13:28:52 +01:00
parent 01467901ec
commit 63c0d3c86d
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ let
in {
imports = [
./linux-6.6.x
./linux-6.7.x
];
options.microsoft-surface.kernelVersion = mkOption {

View File

@ -7,14 +7,14 @@ let
cfg = config.microsoft-surface;
version = "6.6.13";
version = "6.7.6";
kernelPatches = surfacePatches {
inherit version;
patchFn = ./patches.nix;
};
kernelPackages = linuxPackage {
inherit version kernelPatches;
sha256 = "sha256-iLiefdQerU46seQRyLuNWSV1rPgVzx3zwNxX4uiCwLw=";
sha256 = "";
ignoreConfigErrors=true;
};