Merge pull request #110163 from Atemu/update/zen-kernels

zen-kernels: 5.10.6 -> 5.10.9
This commit is contained in:
Kevin Cox 2021-01-22 13:26:05 -05:00 committed by GitHub
commit 57d262775d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

View file

@ -1,19 +1,20 @@
{ lib, stdenv, fetchFromGitHub, buildLinux, linux_zen, ... } @ args:
let
version = "5.10.6";
version = "5.10.9";
suffix = "lqx1";
in
buildLinux (args // {
modDirVersion = "${version}-lqx1";
modDirVersion = "${version}-${suffix}";
inherit version;
isZen = true;
src = fetchFromGitHub {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-lqx1";
sha256 = "0vvb00311yhf08ib3yvkjwk2j45f8r268ywg5299yjgbyl6g95kg";
rev = "v${version}-${suffix}";
sha256 = "1j0rz4j1br7kzg9zb5l2xz60ccr4iwjndxq3f4gml8s3fb4cpp6f";
};
extraMeta = {

View file

@ -1,19 +1,20 @@
{ lib, stdenv, fetchFromGitHub, buildLinux, ... } @ args:
let
version = "5.10.6";
version = "5.10.9";
suffix = "zen1";
in
buildLinux (args // {
modDirVersion = "${version}-zen1";
modDirVersion = "${version}-${suffix}";
inherit version;
isZen = true;
src = fetchFromGitHub {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-zen1";
sha256 = "0asn4ysnzv845g35ca9sdi89sc7clcc88xmx64pcxmh033civ5fw";
rev = "v${version}-${suffix}";
sha256 = "0p7w2ib8aac0cx16fksr8870kmijw86hbzdkjsq1ww07ifnb4qir";
};
extraMeta = {