mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
surface: linux 6.12.14 -> 6.12.16
This commit is contained in:
committed by
mergify[bot]
parent
18e9f9753e
commit
d2483459e8
@@ -7,14 +7,14 @@ let
|
||||
|
||||
cfg = config.microsoft-surface;
|
||||
|
||||
version = "6.12.14";
|
||||
version = "6.12.16";
|
||||
kernelPatches = surfacePatches {
|
||||
inherit version;
|
||||
patchFn = ./patches.nix;
|
||||
};
|
||||
kernelPackages = linuxPackage {
|
||||
inherit version kernelPatches;
|
||||
sha256 = "sha256-lCP0v7TYdUF+OcsLAXtUmf6kfaVhGfDNKKIBc12JjxQ=";
|
||||
sha256 = "sha256-X4E2KmlPUVIL/5+uy3PxzJvHvs5v3RDVwn40jfOdfcQ=";
|
||||
ignoreConfigErrors=true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user