Skip to content

Commit

Permalink
Merge pull request NixOS#253719 from JerrySM64/update-linux-zen
Browse files Browse the repository at this point in the history
linuxKernel.kernels.linux_zen: 6.4.7-zen1 -> 6.5.2-zen1; linuxKernel.kernels.linux_lqx: 6.4.7-lqx1 -> 6.4.14-lqx1
  • Loading branch information
thiagokokada authored Sep 7, 2023
2 parents af654af + 35a6870 commit b5ea0c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/os-specific/linux/kernel/zen-kernels.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ let
# comments with variant added for update script
# ./update-zen.py zen
zenVariant = {
version = "6.4.7"; #zen
version = "6.5.2"; #zen
suffix = "zen1"; #zen
sha256 = "1xxznqkgn17sh134c4szjhk8im342zh7z6200k3csnqd9fink2r7"; #zen
sha256 = "0rvf07i80cfrlpd7mfbba6dhzznh47zjw1pmiw04104z9lm84faq"; #zen
isLqx = false;
};
# ./update-zen.py lqx
lqxVariant = {
version = "6.4.7"; #lqx
version = "6.4.14"; #lqx
suffix = "lqx1"; #lqx
sha256 = "055l8l83368858ap1pslxcs76hkms8ik627v7d7wczm9f1vldbln"; #lqx
sha256 = "1f85g081ijv2f1yclnhyci69ad8n1amcv9ccg3ma6mkf1n3qw6kk"; #lqx
isLqx = true;
};
zenKernelsFor = { version, suffix, sha256, isLqx }: buildLinux (args // {
Expand Down

0 comments on commit b5ea0c0

Please sign in to comment.