about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2024-03-10 19:04:55 +0000
committerGitHub <noreply@github.com>2024-03-10 19:04:55 +0000
commitd40e866b1f98698d454dad8f592fe7616ff705a4 (patch)
tree826ccac09727cd79292e39c4032fb41aee1f03fe /pkgs/os-specific
parent34a2b24de0def3760e757a58b5bcff36ea6b559b (diff)
parent0fe4a9308516cf83d9190f1866c2db8f6cb2e581 (diff)
downloadnixlib-d40e866b1f98698d454dad8f592fe7616ff705a4.tar
nixlib-d40e866b1f98698d454dad8f592fe7616ff705a4.tar.gz
nixlib-d40e866b1f98698d454dad8f592fe7616ff705a4.tar.bz2
nixlib-d40e866b1f98698d454dad8f592fe7616ff705a4.tar.lz
nixlib-d40e866b1f98698d454dad8f592fe7616ff705a4.tar.xz
nixlib-d40e866b1f98698d454dad8f592fe7616ff705a4.tar.zst
nixlib-d40e866b1f98698d454dad8f592fe7616ff705a4.zip
Merge pull request #294272 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2024-03-06
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 348a4c36adc4..ea0db48c75f3 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.6.19";
-    hash = "sha256-DfoClySWV0vlDDRAJsujGj5ypnGr+HsVbszCYfi+2V0=";
+    version = "6.6.21";
+    hash = "sha256-DDkjrtKK7zIffVMuBtHvSWp0GtMA87YuOp8AhUw64+Y=";
     variant = "lts";
   };
 
   mainVariant = {
-    version = "6.7.7";
-    hash = "sha256-Y+SvnvkFOGCxq+hGwpiiymNr1rYbNqppNA0d63TyUmo=";
+    version = "6.7.9";
+    hash = "sha256-/YoZTclMdJBQ8iwpfm/Ne/YLNQneN0hccy95o3fWvGM=";
     variant = "main";
   };