Merge pull request #108647 from Atemu/update/linux_lqx

linux_lqx: 5.9.16 -> 5.10.5
This commit is contained in:
Kevin Cox 2021-01-08 16:35:27 -05:00 committed by GitHub
commit 1443eb90cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, buildLinux, linux_zen, ... } @ args: { stdenv, fetchFromGitHub, buildLinux, linux_zen, ... } @ args:
let let
version = "5.9.16"; version = "5.10.5";
in in
buildLinux (args // { buildLinux (args // {
@ -13,11 +13,11 @@ buildLinux (args // {
owner = "zen-kernel"; owner = "zen-kernel";
repo = "zen-kernel"; repo = "zen-kernel";
rev = "v${version}-lqx1"; rev = "v${version}-lqx1";
sha256 = "0ljvqf91nxpql98z75bicg5y3nzkm41rq5b0rm1kcnsk0ji829ps"; sha256 = "1qnxmxahx1wpwhpjz6gdm5zdy1gd8ic3p7vqbz55vx4ygn865gyv";
}; };
extraMeta = { extraMeta = {
branch = "5.9/master"; branch = "5.10/master";
maintainers = with stdenv.lib.maintainers; [ atemu ]; maintainers = with stdenv.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)";
}; };