diff --git a/third_party/hyperdebug/repos.bzl b/third_party/hyperdebug/repos.bzl index e6fdcb9e4b24c..405817bfb07e9 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/20240621_01/hyperdebug-firmware.tar.gz"], - sha256 = "649a8cd6d183bc3fb286ea5895c752cfec3aa29b9990f44bb9e7621c0414c7de", + urls = ["https://github.com/lowRISC/hyperdebug-firmware/releases/download/20241206_01/hyperdebug-firmware.tar.gz"], + sha256 = "13612708d0d71e340babff07d14d67cd9d51f2eb3c370757c3aa905aeab13d1b", build_file = "@lowrisc_opentitan//third_party/hyperdebug:BUILD", )