From 02cc8ed1934d5f48c989d59dcaad282e50481662 Mon Sep 17 00:00:00 2001 From: eljamm Date: Thu, 13 Feb 2025 12:27:06 +0100 Subject: [PATCH] linux_xanmod, linux_xanmod_latest: 2025-02-09 --- pkgs/os-specific/linux/kernel/xanmod-kernels.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix index e017735533bb..ec447e53058d 100644 --- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix +++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix @@ -14,12 +14,12 @@ let # kernel config in the xanmod version commit variants = { lts = { - version = "6.12.12"; - hash = "sha256-k+nRkmqZXqHTYVT4r+Lt7SG9uLDsefM3ivV5Ps6VL8c="; + version = "6.12.13"; + hash = "sha256-1AlkY+7lkOnjvA+h3eP3RHPrV1upydDHhZVPY5ty58A="; }; main = { - version = "6.12.12"; - hash = "sha256-k+nRkmqZXqHTYVT4r+Lt7SG9uLDsefM3ivV5Ps6VL8c="; + version = "6.12.13"; + hash = "sha256-1AlkY+7lkOnjvA+h3eP3RHPrV1upydDHhZVPY5ty58A="; }; };