Merge pull request #292763 from zzzsyyy/update/xanmod

linux_xanmod, linux_xanmod_latest: 2024-03-01
This commit is contained in:
Atemu 2024-03-03 21:33:43 +00:00 committed by GitHub
commit a737059da8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.6.18";
hash = "sha256-WGfbCmM0fpWXQt1ThfaHn4bqZz22bNkhc9I2qeXMsws=";
version = "6.6.19";
hash = "sha256-DfoClySWV0vlDDRAJsujGj5ypnGr+HsVbszCYfi+2V0=";
variant = "lts";
};
mainVariant = {
version = "6.7.6";
hash = "sha256-gg8B/i6kidgvRBOm3JiMBwP18UtVRH1ELNGQUBkDOMs=";
version = "6.7.7";
hash = "sha256-Y+SvnvkFOGCxq+hGwpiiymNr1rYbNqppNA0d63TyUmo=";
variant = "main";
};
@ -33,9 +33,6 @@ let
TCP_CONG_BBR = yes;
DEFAULT_BBR = yes;
# WineSync driver for fast kernel-backed Wine
WINESYNC = module;
# Preemptive Full Tickless Kernel at 250Hz
HZ = freeform "250";
HZ_250 = yes;