about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-05-18 18:05:08 +0200
committerGitHub <noreply@github.com>2023-05-18 18:05:08 +0200
commita15dcd90be3fb4b2d5f20de5b0ed9d9fb9f9699f (patch)
treea8907efab83497a72b155ee40b4e2632ccc4b7aa
parent840f2e0ac566862d93aff6721351fc09977c1f54 (diff)
parente064d246d6fed31de53afec8aa2d6991c156a698 (diff)
Merge pull request #231895 from Atemu/update/xanmod
linux_xanmod: 6.1.27 -> 6.1.28, 6.3.1 -> 6.3.2
-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 64d01c9f16833..2ccec6912882d 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.27";
-    hash = "sha256-Wq95e0UEwbm1nOQNOdUuxTWGfYz/UXvSbfl3P1AEnw0=";
+    version = "6.1.28";
+    hash = "sha256-VCZ/Hev7bI/5HjPkHUnKkdEmJB5otzoSCJL0iE3KCHQ=";
     variant = "lts";
   };
 
   mainVariant = {
-    version = "6.3.1";
-    hash = "sha256-ofCL8LxSndjj2pg8tphe58n51+TbSDcLDrCFGFSoLhg=";
+    version = "6.3.2";
+    hash = "sha256-/+tg7fhAQZzo9iSrGi5vFXcbMqL21d+L7dTFGRp6Bo4=";
     variant = "main";
   };