mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
surface: linux 6.12.12 -> 6.12.14
This commit is contained in:
committed by
mergify[bot]
parent
2eccff41ba
commit
4f90da509b
@@ -7,14 +7,14 @@ let
|
||||
|
||||
cfg = config.microsoft-surface;
|
||||
|
||||
version = "6.12.12";
|
||||
version = "6.12.14";
|
||||
kernelPatches = surfacePatches {
|
||||
inherit version;
|
||||
patchFn = ./patches.nix;
|
||||
};
|
||||
kernelPackages = linuxPackage {
|
||||
inherit version kernelPatches;
|
||||
sha256 = "sha256-6YlC0X73Bjs/LW12kr8kiZ4uAhz4MtGbVTCOyOjgjv8=";
|
||||
sha256 = "sha256-lCP0v7TYdUF+OcsLAXtUmf6kfaVhGfDNKKIBc12JjxQ=";
|
||||
ignoreConfigErrors=true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user