linux_lqx: 5.13.15 -> 5.14.6
This commit is contained in:
parent
79c444b5bd
commit
e4809b1143
@ -1,8 +1,8 @@
|
||||
{ lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args:
|
||||
|
||||
let
|
||||
version = "5.13.15";
|
||||
suffix = "lqx1";
|
||||
version = "5.14.6";
|
||||
suffix = "lqx4";
|
||||
in
|
||||
|
||||
buildLinux (args // {
|
||||
@ -14,11 +14,11 @@ buildLinux (args // {
|
||||
owner = "zen-kernel";
|
||||
repo = "zen-kernel";
|
||||
rev = "v${version}-${suffix}";
|
||||
sha256 = "sha256-YDdBOB49NkX2V+lA7JeKRXfpo81/MSoLDOsPjphhBJA=";
|
||||
sha256 = "sha256-arje/B/oXW/2QUHKi1vJ2n20zNbri1bcMU58mE0evOM=";
|
||||
};
|
||||
|
||||
extraMeta = {
|
||||
branch = "5.13/master";
|
||||
branch = "5.14/master";
|
||||
maintainers = with lib.maintainers; [ atemu ];
|
||||
description = linux_zen.meta.description + " (Same as linux_zen but less aggressive release schedule)";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user