lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #269416 from zzzsyyy/update/xanmod

linux_xanmod, linux_xanmod_latest: 2023-11-20

authored by

Atemu and committed by
GitHub
942b1a8f 1558dea7

+4 -4
+4 -4
pkgs/os-specific/linux/kernel/xanmod-kernels.nix
··· 6 6 # NOTE: When updating these, please also take a look at the changes done to 7 7 # kernel config in the xanmod version commit 8 8 ltsVariant = { 9 - version = "6.1.62"; 10 - hash = "sha256-fo5OQ/MZ+QVdCmLzX0OgFUBedfqrkqp+Ev081RVdtWw="; 9 + version = "6.1.63"; 10 + hash = "sha256-WBMKJCLYexWJuTpli8vjvdms2ZYPXIS0yUxTgAL00io="; 11 11 variant = "lts"; 12 12 }; 13 13 14 14 mainVariant = { 15 - version = "6.5.11"; 16 - hash = "sha256-1bb5LG6JvqX5eNSe2Xyu86HxaqkUVkKUf1H3T7bFkGE="; 15 + version = "6.5.12"; 16 + hash = "sha256-zG9+d+hKg0S0qCX2hOc02CowC6s9u82MB45+X1bGYpE="; 17 17 variant = "main"; 18 18 }; 19 19