mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
linux_lqx: 5.12.19 -> 5.13.9
This commit is contained in:
parent
6ef4f522d6
commit
2aaf41173d
@ -1,8 +1,8 @@
|
|||||||
{ lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args:
|
{ lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.12.19";
|
version = "5.13.9";
|
||||||
suffix = "lqx2";
|
suffix = "lqx1";
|
||||||
in
|
in
|
||||||
|
|
||||||
buildLinux (args // {
|
buildLinux (args // {
|
||||||
@ -14,11 +14,11 @@ buildLinux (args // {
|
|||||||
owner = "zen-kernel";
|
owner = "zen-kernel";
|
||||||
repo = "zen-kernel";
|
repo = "zen-kernel";
|
||||||
rev = "v${version}-${suffix}";
|
rev = "v${version}-${suffix}";
|
||||||
sha256 = "sha256-r2DvKLlm1a1VuJwC81tRuRwCd6H21T3MsBAC3b9TUbs=";
|
sha256 = "sha256-aAnwPw1qoGhUdWN/uaQa+5bi0DFZB/wDfNow7FgMMFE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
extraMeta = {
|
extraMeta = {
|
||||||
branch = "5.12/master";
|
branch = "5.13/master";
|
||||||
maintainers = with lib.maintainers; [ atemu ];
|
maintainers = with lib.maintainers; [ atemu ];
|
||||||
description = linux_zen.meta.description + " (Same as linux_zen but less aggressive release schedule)";
|
description = linux_zen.meta.description + " (Same as linux_zen but less aggressive release schedule)";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user