about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2024-02-20 10:01:20 +0100
committerGitHub <noreply@github.com>2024-02-20 10:01:20 +0100
commit45b70ce5a428a22e32f297587e8b95be6d2203da (patch)
tree7e7dea5ca323eee89d45191b2b3fc3d8e1deeac8 /pkgs/os-specific
parente9d3efd4863ae6a9c6c5dce512a20db09666c8e1 (diff)
parent65706932e752c4e6e188625fc8c06281ec1fd066 (diff)
downloadnixlib-45b70ce5a428a22e32f297587e8b95be6d2203da.tar
nixlib-45b70ce5a428a22e32f297587e8b95be6d2203da.tar.gz
nixlib-45b70ce5a428a22e32f297587e8b95be6d2203da.tar.bz2
nixlib-45b70ce5a428a22e32f297587e8b95be6d2203da.tar.lz
nixlib-45b70ce5a428a22e32f297587e8b95be6d2203da.tar.xz
nixlib-45b70ce5a428a22e32f297587e8b95be6d2203da.tar.zst
nixlib-45b70ce5a428a22e32f297587e8b95be6d2203da.zip
Merge pull request #289516 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2024-02-16
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 3d4af98494a7..b321e0bcd649 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.76";
-    hash = "sha256-0nBdUFRGMWM3IL/q8CYiDEUA/sIrYPMkzsBQen30o2E=";
+    version = "6.6.17";
+    hash = "sha256-WSWI3UByuD2SrcFC6El3ao0DINeG0IgtrvazDiHaIR0=";
     variant = "lts";
   };
 
   mainVariant = {
-    version = "6.6.15";
-    hash = "sha256-KHn4Ntm1QStgJRWzwmPYXEbEcuZcF4pWJ964wc6J2Wk=";
+    version = "6.7.5";
+    hash = "sha256-achx+rElMOdPUD0qU2TStrlJXZU71E89HVlM4tKf7WE=";
     variant = "main";
   };