about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2024-05-03 11:01:57 +0200
committerGitHub <noreply@github.com>2024-05-03 11:01:57 +0200
commitc074794caba4d641b67ceeea9db3aa9022cdc4cc (patch)
tree13ffa79a5673a828a4ab6b2188f7efe3c1cfe483
parent2ee9e55e157c05e3f50233574fffdece414c37c6 (diff)
parentdab8dfcad14a23e241ccbba944397d47856d7574 (diff)
Merge pull request #308598 from NixOS/backport-308297-to-release-23.11
[Backport release-23.11] linux_xanmod, linux_xanmod_latest: 2024-04-28
-rw-r--r--pkgs/os-specific/linux/kernel/xanmod-kernels.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
index 8d87ee3598ec..b7840b554bee 100644
--- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
+++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
@@ -6,16 +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.6.28";
-    suffix = "xanmod2";
-    hash = "sha256-U5L7i/g808GuUZhLjHE+v0VOQVdTPe+Tnx/rLQoGxx4=";
+    version = "6.6.29";
+    hash = "sha256-Be2VaW0DQDS0FJUwXM627QaNgrn1B3Hbyq+PiKb7b+k=";
     variant = "lts";
   };
 
   mainVariant = {
-    version = "6.8.7";
-    suffix = "xanmod2";
-    hash = "sha256-/RhtRASEedYI4Zf9pUiiyDD3SgOL46cutTXo68gjBg8=";
+    version = "6.8.8";
+    hash = "sha256-6fT9vRjHw775m4ySUAUWU9R0dz/cWYYdZsPCwZjGiXM=";
     variant = "main";
   };