linux_lqx: 5.12.19 -> 5.13.9

This commit is contained in:
Atemu 2021-08-10 20:36:58 +02:00
parent 6ef4f522d6
commit 2aaf41173d

@ -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)";
};