Merge pull request #242461 from Atemu/update/xanmod

linux_xanmod, linux_xanmod: 2023-07-09

authored by

Atemu and committed by
GitHub
fe765bc1 c9e19143

+4 -4
+4 -4
pkgs/os-specific/linux/kernel/xanmod-kernels.nix
··· 3 3 let 4 4 # These names are how they are designated in https://xanmod.org. 5 5 ltsVariant = { 6 - version = "6.1.35"; 7 - hash = "sha256-CfrM2CNaGUTfkVteudL8xnAuCdZJxD5pUEC1YW9LiuU="; 6 + version = "6.1.37"; 7 + hash = "sha256-g8cmAhsM03jBu7UZoNOLBX7cGg8rz70/xhF7sJj9nCY="; 8 8 variant = "lts"; 9 9 }; 10 10 11 11 mainVariant = { 12 - version = "6.3.9"; 13 - hash = "sha256-t1fKPZ+giANPmhM4zGoGtYWJF6rDnbpJaoHILl3nyRI="; 12 + version = "6.4.1"; 13 + hash = "sha256-WPnINDkOj0IoUDLBG/2LOrppVi9o9XSSgMrs/NBbqdA="; 14 14 variant = "main"; 15 15 }; 16 16