From 773ccd576c8b66f331dca984ec3a518484bf4c34 Mon Sep 17 00:00:00 2001 From: benma's agent Date: Thu, 16 Oct 2025 11:46:20 +0200 Subject: [PATCH] tests: add firmware v9.24.0 to simulators.json --- tests/simulators.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/simulators.json b/tests/simulators.json index 7df0d0f..eb26182 100644 --- a/tests/simulators.json +++ b/tests/simulators.json @@ -18,5 +18,9 @@ { "url": "https://github.com/BitBoxSwiss/bitbox02-firmware/releases/download/firmware%2Fv9.23.0/bitbox02-multi-v9.23.0-simulator1.0.0-linux-amd64", "sha256": "2740eb4be1abd1eb8603478c7a00874f2bff66e620c229348094a427ae8a1fde" + }, + { + "url": "https://github.com/BitBoxSwiss/bitbox02-firmware/releases/download/firmware%2Fv9.24.0/bitbox02-multi-v9.24.0-simulator1.0.0-linux-amd64", + "sha256": "a64cefb90461f479e373b5f5dee4f340f07b4619fbcb55c87784f541b4400e34" } ]