linux_lqx: 5.15.16-lqx1 -> 5.15.16-lqx2

This commit is contained in:
Atemu 2022-01-25 18:09:13 +01:00
parent dbfea90833
commit 155ea72476

View file

@ -2,7 +2,7 @@
let let
version = "5.15.16"; version = "5.15.16";
suffix = "lqx1"; suffix = "lqx2";
in in
buildLinux (args // { buildLinux (args // {
@ -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-peONwaPGolyUuK0SNWh3VIbAC+sTrHW5siOp+a6UUCM="; sha256 = "sha256-kdT/hiASZ72pkS0Igta0KT0GWTgDRjxBnd5CQ0eonfg=";
}; };
extraMeta = { extraMeta = {