Skip to content

Commit

Permalink
[Backport release-24.11] linuxKernel.kernels.linux_zen: 6.12.1-zen1 -…
Browse files Browse the repository at this point in the history
…> 6.12.2-zen1; linuxKernel.kernels.linux_lqx: 6.12.1-lqx1 -> 6.12.2-lqx3 (#362587)
  • Loading branch information
thiagokokada authored Dec 9, 2024
2 parents 27f8cd3 + b34d071 commit 8a38bdf
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 8a38bdf

Please sign in to comment.