linux-lqx: 5.15.15 -> 5.15.16
This commit is contained in:
parent
ec6f1661c7
commit
dbfea90833
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, fetchFromGitHub, buildLinux, linux_zen, ... } @ args:
|
||||
|
||||
let
|
||||
version = "5.15.15";
|
||||
version = "5.15.16";
|
||||
suffix = "lqx1";
|
||||
in
|
||||
|
||||
|
@ -14,7 +14,7 @@ buildLinux (args // {
|
|||
owner = "zen-kernel";
|
||||
repo = "zen-kernel";
|
||||
rev = "v${version}-${suffix}";
|
||||
sha256 = "sha256-QccU239O9G4q5WTr3v6NZyfcr69068wi8cS1H0snlVA=";
|
||||
sha256 = "sha256-peONwaPGolyUuK0SNWh3VIbAC+sTrHW5siOp+a6UUCM=";
|
||||
};
|
||||
|
||||
extraMeta = {
|
||||
|
|
Loading…
Reference in a new issue