From 155ea72476083cf0c9b4b319a5ecb77db73dd566 Mon Sep 17 00:00:00 2001 From: Atemu Date: Tue, 25 Jan 2022 18:09:13 +0100 Subject: [PATCH] linux_lqx: 5.15.16-lqx1 -> 5.15.16-lqx2 --- pkgs/os-specific/linux/kernel/linux-lqx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-lqx.nix b/pkgs/os-specific/linux/kernel/linux-lqx.nix index a8e85d679905..0d56108f2f23 100644 --- a/pkgs/os-specific/linux/kernel/linux-lqx.nix +++ b/pkgs/os-specific/linux/kernel/linux-lqx.nix @@ -2,7 +2,7 @@ let version = "5.15.16"; - suffix = "lqx1"; + suffix = "lqx2"; in buildLinux (args // { @@ -14,7 +14,7 @@ buildLinux (args // { owner = "zen-kernel"; repo = "zen-kernel"; rev = "v${version}-${suffix}"; - sha256 = "sha256-peONwaPGolyUuK0SNWh3VIbAC+sTrHW5siOp+a6UUCM="; + sha256 = "sha256-kdT/hiASZ72pkS0Igta0KT0GWTgDRjxBnd5CQ0eonfg="; }; extraMeta = {