about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-08-07 21:03:36 +0200
committerGitHub <noreply@github.com>2023-08-07 21:03:36 +0200
commitc432393c1d8fcc73f1ee98d69a160fef23787eea (patch)
treea7bc7836ca5296cb5a463103284f16fd669f5cc8 /pkgs
parent5624e06ecf747556783b2df2cccdb58381789549 (diff)
parent5a6f112645de2ecd9104c4567f195880bef5dff6 (diff)
downloadnixlib-c432393c1d8fcc73f1ee98d69a160fef23787eea.tar
nixlib-c432393c1d8fcc73f1ee98d69a160fef23787eea.tar.gz
nixlib-c432393c1d8fcc73f1ee98d69a160fef23787eea.tar.bz2
nixlib-c432393c1d8fcc73f1ee98d69a160fef23787eea.tar.lz
nixlib-c432393c1d8fcc73f1ee98d69a160fef23787eea.tar.xz
nixlib-c432393c1d8fcc73f1ee98d69a160fef23787eea.tar.zst
nixlib-c432393c1d8fcc73f1ee98d69a160fef23787eea.zip
Merge pull request #247512 from Atemu/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-08-06
Diffstat (limited to 'pkgs')
-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 4412bd56fadd..aef33cea64ae 100644
--- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
+++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix
@@ -3,14 +3,14 @@
 let
   # These names are how they are designated in https://xanmod.org.
   ltsVariant = {
-    version = "6.1.42";
-    hash = "sha256-mOydloX5bff9wrFh40wf12GW+sION9SoGK2mAC1yNOw=";
+    version = "6.1.43";
+    hash = "sha256-IdNW0gzYl6L3OjN2meWnGbMZsTcLfSMbKFDx12Z9Ll4=";
     variant = "lts";
   };
 
   mainVariant = {
-    version = "6.4.7";
-    hash = "sha256-0yOVCMqhoiWz8IlYRR0wXytAzjv81Cf5NoFa9qxGMm4=";
+    version = "6.4.8";
+    hash = "sha256-GkNWXngIx/aoSzu2pfpuv8kGwV9evbHl3hauux0lSwk=";
     variant = "main";
   };