Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #255063 from zzzsyyy/update/xanmod

linux_xanmod, linux_xanmod_latest: 2023-09-13

authored by

Atemu and committed by
GitHub
d61299fa 4fdb5e27

+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.52"; 7 - hash = "sha256-uzBmgrjNto2CwqkxdFCPeEPQnPSUZEO2pYMnKe8rCfY="; 6 + version = "6.1.53"; 7 + hash = "sha256-+70dp+zVOvfKJv9hEy3FpEs2ldrxHiWbokaUnXrNj5o="; 8 8 variant = "lts"; 9 9 }; 10 10 11 11 mainVariant = { 12 - version = "6.4.15"; 13 - hash = "sha256-WupJJMLqgHJ7FATwNyMwAHIUl9qj0lNH7wRYRBm0CAA="; 12 + version = "6.5.3"; 13 + hash = "sha256-2giaFyN3kWzQ9cl1mTM9ecSlwoQS+dm3/LvbTAHjZ/A="; 14 14 variant = "main"; 15 15 }; 16 16