From 6d8cde7655c1f388e41dee0639bf3b86837d4500 Mon Sep 17 00:00:00 2001 From: Nikolas De Giorgis Date: Mon, 16 Jun 2025 15:09:02 +0100 Subject: [PATCH] tests: add firmware v9.23.0 to simulators.json --- tests/simulators.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/simulators.json b/tests/simulators.json index ed22ef7..7df0d0f 100644 --- a/tests/simulators.json +++ b/tests/simulators.json @@ -14,5 +14,9 @@ { "url": "https://github.com/BitBoxSwiss/bitbox02-firmware/releases/download/firmware%2Fv9.22.0/bitbox02-multi-v9.22.0-simulator1.0.0-linux-amd64", "sha256": "3af12697f6fd51b155bf277ef01ef3eea5290908bff99a4aae83a95cb144ced1" + }, + { + "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" } ]