about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-12-21 19:55:28 +0100
committerGitHub <noreply@github.com>2023-12-21 19:55:28 +0100
commit018a6d33453fa250c993e30222096f038f1c9d2e (patch)
treef6fc3d02f6c17c64ee81e60af8e7f02fbc32dc1e /pkgs/os-specific
parent0e3cee9ada80be198312a298b4da1967ce910d81 (diff)
parent75643e19e94c77e07b04cd55e82264ca1be2847b (diff)
Merge pull request #275778 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-12-20
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/xanmod-kernels.nix8
1 files 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 abc4feb79f6d3..9a3a2a60c341d 100644
--- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
+++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
@@ -6,14 +6,14 @@ let
   # NOTE: When updating these, please also take a look at the changes done to
   # kernel config in the xanmod version commit
   ltsVariant = {
-    version = "6.1.68";
-    hash = "sha256-mpnoaeeBrCELXJujgHKqZxSIzRMbk8dpPv1G9EKAf3E=";
+    version = "6.1.69";
+    hash = "sha256-/uk2sS7g4REPtR/LSc7djjoc//m6QvrXfHO4OemQcy8=";
     variant = "lts";
   };
 
   mainVariant = {
-    version = "6.6.7";
-    hash = "sha256-0I+CS4Ithb0euFAO5G7ao3dxA1gq5wqFVsNyYWvRfYc=";
+    version = "6.6.8";
+    hash = "sha256-TtWTYuT3GMnQy1shkF+HTgv4Z1OSOLh4RXfG+Xj0n3M=";
     variant = "main";
   };