about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-09 18:00:56 +0000
committerGitHub <noreply@github.com>2023-12-09 18:00:56 +0000
commit7c846b760dc09e6bf57b1f7c89f099c53f7a34c8 (patch)
treea5f584f5eca3e5d42c286f332fa463a5d82fd02b /pkgs/os-specific
parent870c9dd13915963df9c5c3591661e10bea62c8c9 (diff)
parent68f23b0bbe1953968f94b007dec4a0f5529acbbf (diff)
downloadnixlib-7c846b760dc09e6bf57b1f7c89f099c53f7a34c8.tar
nixlib-7c846b760dc09e6bf57b1f7c89f099c53f7a34c8.tar.gz
nixlib-7c846b760dc09e6bf57b1f7c89f099c53f7a34c8.tar.bz2
nixlib-7c846b760dc09e6bf57b1f7c89f099c53f7a34c8.tar.lz
nixlib-7c846b760dc09e6bf57b1f7c89f099c53f7a34c8.tar.xz
nixlib-7c846b760dc09e6bf57b1f7c89f099c53f7a34c8.tar.zst
nixlib-7c846b760dc09e6bf57b1f7c89f099c53f7a34c8.zip
Merge master into staging-next
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";
   };