From 55694019354a263c9ccf2a71ffe6dc2a1c3299b5 Mon Sep 17 00:00:00 2001 From: pablin-10 <118397961+pablin-10@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:16:36 -0300 Subject: [PATCH 1/2] Bump lighthouse version --- modules/flashbox/flashbox-l1/mkosi.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/flashbox/flashbox-l1/mkosi.build b/modules/flashbox/flashbox-l1/mkosi.build index c27c5432..29060162 100755 --- a/modules/flashbox/flashbox-l1/mkosi.build +++ b/modules/flashbox/flashbox-l1/mkosi.build @@ -19,7 +19,7 @@ LIGHTHOUSE_BUILD_CMD=" " make_git_package \ "lighthouse" \ - "v8.1.3" \ + "v8.2.0" \ "https://github.com/sigp/lighthouse.git" \ "$LIGHTHOUSE_BUILD_CMD" \ "target/x86_64-unknown-linux-gnu/release/lighthouse:/usr/bin/lighthouse" From 887dcc05b9d05a0dc9dd18b32e6bd0bc3366ad21 Mon Sep 17 00:00:00 2001 From: pablin-10 <118397961+pablin-10@users.noreply.github.com> Date: Thu, 23 Jul 2026 23:07:08 -0300 Subject: [PATCH 2/2] New version released --- modules/flashbox/flashbox-l1/mkosi.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/flashbox/flashbox-l1/mkosi.build b/modules/flashbox/flashbox-l1/mkosi.build index 29060162..dd7c1b70 100755 --- a/modules/flashbox/flashbox-l1/mkosi.build +++ b/modules/flashbox/flashbox-l1/mkosi.build @@ -19,7 +19,7 @@ LIGHTHOUSE_BUILD_CMD=" " make_git_package \ "lighthouse" \ - "v8.2.0" \ + "v8.2.1" \ "https://github.com/sigp/lighthouse.git" \ "$LIGHTHOUSE_BUILD_CMD" \ "target/x86_64-unknown-linux-gnu/release/lighthouse:/usr/bin/lighthouse"