linux_lqx: 5.13.9 -> 5.13.15
This commit is contained in:
parent
09cd65b33c
commit
2938a58f2d
@ -1,7 +1,7 @@
|
||||
{ lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args:
|
||||
|
||||
let
|
||||
version = "5.13.9";
|
||||
version = "5.13.15";
|
||||
suffix = "lqx1";
|
||||
in
|
||||
|
||||
@ -14,7 +14,7 @@ buildLinux (args // {
|
||||
owner = "zen-kernel";
|
||||
repo = "zen-kernel";
|
||||
rev = "v${version}-${suffix}";
|
||||
sha256 = "sha256-aAnwPw1qoGhUdWN/uaQa+5bi0DFZB/wDfNow7FgMMFE=";
|
||||
sha256 = "sha256-YDdBOB49NkX2V+lA7JeKRXfpo81/MSoLDOsPjphhBJA=";
|
||||
};
|
||||
|
||||
extraMeta = {
|
||||
|
Loading…
Reference in New Issue
Block a user