diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-08-10 06:02:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-10 06:02:22 +0000 |
| commit | a0ad117f1b24cffa63e84ff73ada4e581e3833f9 (patch) | |
| tree | f004477b0fc7d2f85fe7448783a65fbdd9a4ba0a /pkgs/os-specific | |
| parent | 82b736180cd2909b64c8023e41a39bd6279d8656 (diff) | |
| parent | 906c03f5505dd075b97c03b0291ebef05bf05206 (diff) | |
Merge master into staging-nextstaging-python
Diffstat (limited to 'pkgs/os-specific')
| -rw-r--r-- | pkgs/os-specific/linux/kernel/zen-kernels.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/zen-kernels.nix b/pkgs/os-specific/linux/kernel/zen-kernels.nix index d072ec361a7d..c4716e9b1961 100644 --- a/pkgs/os-specific/linux/kernel/zen-kernels.nix +++ b/pkgs/os-specific/linux/kernel/zen-kernels.nix @@ -12,8 +12,8 @@ let # ./update-zen.py lqx lqxVariant = { version = "5.18.16"; #lqx - suffix = "lqx1"; #lqx - sha256 = "11xcbpf8c5j0gjymbwyq40rnwzjahwh81v26vaz5kavkzw2nma9r"; #lqx + suffix = "lqx2"; #lqx + sha256 = "1mmqsv6qbm6ndbcwnk50z6z2iffgkcrndf81s2ycqngb076hq969"; #lqx isLqx = true; }; zenKernelsFor = { version, suffix, sha256, isLqx }: buildLinux (args // { |
