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

[Backport release-24.05] linux_xanmod, linux_xanmod_latest: 2024-12-15 (#367585)

authored by Atemu and committed by GitHub eaceabec c6fa2fec

Changed files
+4 -4
pkgs
os-specific
linux
+4 -4
pkgs/os-specific/linux/kernel/xanmod-kernels.nix
··· 13 13 # kernel config in the xanmod version commit 14 14 variants = { 15 15 lts = { 16 - version = "6.6.63"; 17 - hash = "sha256-P4B6r3p+Buu1Hf+RQsw5h2oUANVvQvQ4e/2gQcZ0vKw="; 16 + version = "6.6.66"; 17 + hash = "sha256-ZZrU1yzji7jAC76Eh/uoRQBcnb6cMWTqYlt9RQB8L3M="; 18 18 }; 19 19 20 20 main = { 21 - version = "6.11.11"; 22 - hash = "sha256-ZBDm6qbzXQhIBVK4EWNI/3WdD7HArwGf5uKCDVBV59c="; 21 + version = "6.12.5"; 22 + hash = "sha256-zawR9RMN/ATCiEbqlLOII0uvlHM6lZFlJ8fGjITYLPA="; 23 23 }; 24 24 }; 25 25