about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-01-06 19:13:11 +0200
committerGitHub <noreply@github.com>2023-01-06 19:13:11 +0200
commit17e47940688606f9a0d19d03a91d44a2f59feb92 (patch)
tree939fb04e9f58acb6dd0fda069f615f4f453ca9af /pkgs/os-specific
parentda5457163cb0ed3e2ecdf2ffe75b245e54a9e327 (diff)
parent2a31c36f3e01a2fbb4bd4cd2ef2ad442a376b891 (diff)
Merge pull request #208247 from fortuneteller2k/xanmod
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 d203a46294570..5cbc94d5aba40 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 = "5.15.81";
-    hash = "sha256-EKC1Jvy1ju+HzavmIDYsnvZyicsbXAmsJuIpO1LDLZ0=";
+    version = "5.15.84";
+    hash = "sha256-CN3GOuwSicJ6Oa9BiKTyZg7fpzWc846v2SV9JRiOu3M=";
     variant = "lts";
   };
 
   mainVariant = {
-    version = "6.1.0";
-    hash = "sha256-Idt7M6o2Zxqi3LBwuKu+pTHJA5OuP+KgEt2C+GcdO14=";
+    version = "6.1.3";
+    hash = "sha256-YtkmbbFEfvww7yJ4MpLQ3M6QjbBXSU9Pjwu0Dq/dIcs=";
     variant = "main";
   };