summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2021-08-10 20:36:58 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-11 16:52:08 +0000
commitae3a8da8d3d00c7f3f00fe3d0563457e04943879 (patch)
tree52058f40531bfdcb443e80e19c3c6d9160259fdd
parentMerge pull request #133518 from NixOS/backport-133482-to-release-21.05 (diff)
downloadnixpkgs-origin/backport-133405-to-release-21.05.tar.gz
linux_lqx: 5.12.19 -> 5.13.9origin/backport-133405-to-release-21.05
(cherry picked from commit 2aaf41173d28c86c7037680b2ffbb91aec274d92)
-rw-r--r--pkgs/os-specific/linux/kernel/linux-lqx.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-lqx.nix b/pkgs/os-specific/linux/kernel/linux-lqx.nix
index 23a6b0b2d362..dae6072aa780 100644
--- a/pkgs/os-specific/linux/kernel/linux-lqx.nix
+++ b/pkgs/os-specific/linux/kernel/linux-lqx.nix
@@ -1,8 +1,8 @@
{ lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args:
let
- version = "5.12.19";
- suffix = "lqx2";
+ version = "5.13.9";
+ suffix = "lqx1";
in
buildLinux (args // {
@@ -14,11 +14,11 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-${suffix}";
- sha256 = "sha256-r2DvKLlm1a1VuJwC81tRuRwCd6H21T3MsBAC3b9TUbs=";
+ sha256 = "sha256-aAnwPw1qoGhUdWN/uaQa+5bi0DFZB/wDfNow7FgMMFE=";
};
extraMeta = {
- branch = "5.12/master";
+ branch = "5.13/master";
maintainers = with lib.maintainers; [ atemu ];
description = linux_zen.meta.description + " (Same as linux_zen but less aggressive release schedule)";
};