about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-12-09 13:10:24 +0100
committerGitHub <noreply@github.com>2023-12-09 13:10:24 +0100
commitcb57a83355ee93eb23c0c83981108434aff67421 (patch)
tree63e974684c099b2b0ba80c3e7a16c0ff36a2966d /pkgs/os-specific
parent4e9c9542905ccb6ab6bd7dfab225874da5691d7b (diff)
parent73cf46db251dcef00be845d39730f8cd84b19ec6 (diff)
downloadnixlib-cb57a83355ee93eb23c0c83981108434aff67421.tar
nixlib-cb57a83355ee93eb23c0c83981108434aff67421.tar.gz
nixlib-cb57a83355ee93eb23c0c83981108434aff67421.tar.bz2
nixlib-cb57a83355ee93eb23c0c83981108434aff67421.tar.lz
nixlib-cb57a83355ee93eb23c0c83981108434aff67421.tar.xz
nixlib-cb57a83355ee93eb23c0c83981108434aff67421.tar.zst
nixlib-cb57a83355ee93eb23c0c83981108434aff67421.zip
Merge pull request #272176 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-12-03
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 97e5512e4452..92df9c445e60 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.63";
-    hash = "sha256-WBMKJCLYexWJuTpli8vjvdms2ZYPXIS0yUxTgAL00io=";
+    version = "6.1.65";
+    hash = "sha256-/KJCUAti/p48KTIvRdGeD4aXfhiBdjZUIKD45Hu2d1g=";
     variant = "lts";
   };
 
   mainVariant = {
-    version = "6.5.12";
-    hash = "sha256-zG9+d+hKg0S0qCX2hOc02CowC6s9u82MB45+X1bGYpE=";
+    version = "6.6.4";
+    hash = "sha256-f/McwYD/4849GwtHml+AMSF5/gHuDrrlbz8gYZghaw0=";
     variant = "main";
   };