Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release-24.11] linuxKernel.kernels.linux_zen: 6.12.1-zen1 -> 6.12.2-zen1; linuxKernel.kernels.linux_lqx: 6.12.1-lqx1 -> 6.12.2-lqx3 #362587

Merged
merged 2 commits into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pkgs/os-specific/linux/kernel/zen-kernels.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ let
variants = {
# ./update-zen.py zen
zen = {
version = "6.12.1"; #zen
version = "6.12.2"; #zen
suffix = "zen1"; #zen
sha256 = "18aws41zlayv4xd6489jzrhr8b3kwmrx2q1b50g67v4rsp02sb4p"; #zen
sha256 = "0a6anmfm6495j6lwlywr62ghpwdvbdn54bl5baya5jz7vfqc1ghj"; #zen
isLqx = false;
};
# ./update-zen.py lqx
lqx = {
version = "6.12.1"; #lqx
suffix = "lqx1"; #lqx
sha256 = "1q8rdghkgq0kn530pxncwsrfqlf3xfn4mdvxysdizyfn71vmrz8f"; #lqx
version = "6.12.2"; #lqx
suffix = "lqx3"; #lqx
sha256 = "18ibc0dz70vxb61mzdhbhbjg0kfxgcsrl3zdki0cqlhcvfxwk19h"; #lqx
isLqx = true;
};
};
Expand Down
Loading