diff --git a/third_party/hyperdebug/repos.bzl b/third_party/hyperdebug/repos.bzl index 1a1a4f55575da..102b3d8c79737 100644 --- a/third_party/hyperdebug/repos.bzl +++ b/third_party/hyperdebug/repos.bzl @@ -7,7 +7,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") def hyperdebug_repos(): http_archive( name = "hyperdebug_firmware", - urls = ["https://github.com/lowRISC/hyperdebug-firmware/releases/download/20240510_01/hyperdebug-firmware.tar.gz"], - sha256 = "72ce00ab54ea03583085b146ec26c9592bef177737c7635260fe2ab462589d47", + urls = ["https://github.com/lowRISC/hyperdebug-firmware/releases/download/20240529_01/hyperdebug-firmware.tar.gz"], + sha256 = "1ed9231800d6bf42ad28b5e44708bbcb63bb9611191be8886861970b0c58909d", build_file = "@//third_party/hyperdebug:BUILD", )