Merge pull request #280781 from Atemu/update/xanmod

authored by Franz Pletz and committed by GitHub cec578e2 92b0affd

+4 -4
+4 -4
pkgs/os-specific/linux/kernel/xanmod-kernels.nix
··· 6 # NOTE: When updating these, please also take a look at the changes done to 7 # kernel config in the xanmod version commit 8 ltsVariant = { 9 - version = "6.1.70"; 10 - hash = "sha256-SXXg0fIfqtOwjRC0m963rbB5J42T+Q/1iB5ombtLn0s="; 11 variant = "lts"; 12 }; 13 14 mainVariant = { 15 - version = "6.6.9"; 16 - hash = "sha256-ugcmPGnOHRfkNu15v0hX56TPt9LN4B73yzwByaKvLUQ="; 17 variant = "main"; 18 }; 19
··· 6 # NOTE: When updating these, please also take a look at the changes done to 7 # kernel config in the xanmod version commit 8 ltsVariant = { 9 + version = "6.1.72"; 10 + hash = "sha256-S8Ilrce7xQb549NPIBRIMMIng4xY77Hbq58rE5LOow8="; 11 variant = "lts"; 12 }; 13 14 mainVariant = { 15 + version = "6.6.10"; 16 + hash = "sha256-5BymQhVWMHg4zlQIPxf40JQI9iSWQqTZfbDd6+G3RsQ="; 17 variant = "main"; 18 }; 19