Merge pull request #130378 from Atemu/update/linux_lqx

linux_lqx: 5.12.14 -> 5.12.17
This commit is contained in:
Ben Siraphob 2021-07-18 09:54:28 +07:00 committed by GitHub
commit 00cfd7ecd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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