Merge pull request #262571 from Atemu/update/xanmod

linux_xanmod, linux_xanmod_latest: 2023-10-21

authored by Atemu and committed by GitHub d59ba91d c368d314

+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.57"; 7 - hash = "sha256-ZzZj1Ij9L6WtjEJRcOdNtZ18oFRybNPV4uID6umC2Zg="; 6 + version = "6.1.58"; 7 + hash = "sha256-Lnp1CSh1jLbIkEx9hLfxhdIA12iQZmywhOec9uZ7UjI="; 8 8 variant = "lts"; 9 9 }; 10 10 11 11 mainVariant = { 12 - version = "6.5.7"; 13 - hash = "sha256-D4DMyBSaBZXHScmpkC3/fKlDylO1xVSZhar2F5bMjkY="; 12 + version = "6.5.8"; 13 + hash = "sha256-lHi+O7RE6YdiqPmuxHajGkc7jS9F5cB89+JbTVKkB/c="; 14 14 variant = "main"; 15 15 }; 16 16