linux_lqx: 5.14.11 -> 5.14.14

conduit-nginx
Michael Adler 2021-10-15 11:32:12 +02:00 committed by Michael Adler
parent 01d46974a3
commit 43b4591bbd
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args:
let
version = "5.14.11";
version = "5.14.14";
suffix = "lqx1";
in
@ -14,7 +14,7 @@ buildLinux (args // {
owner = "zen-kernel";
repo = "zen-kernel";
rev = "v${version}-${suffix}";
sha256 = "sha256-4SSAcI1TwaKgz/bwma+YQtIBtodEAYxqdtUI3ESM7I8=";
sha256 = "sha256-gwWZNGHmbKQajMP4mu3XT2Xf93MkcNpAXW8h94O4pNM=";
};
extraMeta = {