mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
surface: revert longterm kernel to 6.12.19
This commit is contained in:
@@ -6,7 +6,7 @@ let
|
|||||||
# Set the version and hash for the kernel sources
|
# Set the version and hash for the kernel sources
|
||||||
srcVersion = with config.hardware.microsoft-surface;
|
srcVersion = with config.hardware.microsoft-surface;
|
||||||
if kernelVersion == "longterm" then
|
if kernelVersion == "longterm" then
|
||||||
"6.12.22"
|
"6.12.19"
|
||||||
else if kernelVersion == "stable" then
|
else if kernelVersion == "stable" then
|
||||||
"6.14.2"
|
"6.14.2"
|
||||||
else
|
else
|
||||||
@@ -14,7 +14,7 @@ let
|
|||||||
|
|
||||||
srcHash = with config.hardware.microsoft-surface;
|
srcHash = with config.hardware.microsoft-surface;
|
||||||
if kernelVersion == "longterm" then
|
if kernelVersion == "longterm" then
|
||||||
"sha256-q0iACrSZhaeNIxiuisXyj9PhI+oXNX7yFJgQWlMzczY="
|
"sha256-1zvwV77ARDSxadG2FkGTb30Ml865I6KB8y413U3MZTE="
|
||||||
else if kernelVersion == "stable" then
|
else if kernelVersion == "stable" then
|
||||||
"sha256-xcaCo1TqMZATk1elfTSnnlw3IhrOgjqTjhARa1d6Lhs="
|
"sha256-xcaCo1TqMZATk1elfTSnnlw3IhrOgjqTjhARa1d6Lhs="
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user