linux_lqx: 5.12.17 -> 5.12.19

(cherry picked from commit b15b762d871e1cc4fd08fbea11261de5d78fcd71)
This commit is contained in:
Atemu 2021-07-22 18:30:43 +02:00
parent 4820c77a40
commit 55e768eefd

View File

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args: { lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args:
let let
version = "5.12.17"; version = "5.12.19";
suffix = "lqx2"; suffix = "lqx2";
in in
@ -14,7 +14,7 @@ buildLinux (args // {
owner = "zen-kernel"; owner = "zen-kernel";
repo = "zen-kernel"; repo = "zen-kernel";
rev = "v${version}-${suffix}"; rev = "v${version}-${suffix}";
sha256 = "sha256-i0Ha9H1VVRKlmomWz1+UmKBH9CSlmHAZm0kwz0Kamqg="; sha256 = "sha256-r2DvKLlm1a1VuJwC81tRuRwCd6H21T3MsBAC3b9TUbs=";
}; };
extraMeta = { extraMeta = {