Updated reference to mpact-riscv repo PiperOrigin-RevId: 875855800 Change-Id: Idb20409c88781d910eaee7c4d9bcb90f0c6849d2
diff --git a/repos.bzl b/repos.bzl index 87a8993..92dc809 100644 --- a/repos.bzl +++ b/repos.bzl
@@ -22,7 +22,7 @@ if not native.existing_rule("com_google_mpact-riscv"): http_archive( name = "com_google_mpact-riscv", - sha256 = "b88d38251c716cd8cb6e9dbdd73161074924a3d40de18873d714eef98ad5529f", - strip_prefix = "mpact-riscv-cd69512240fb2957be2771aeb71fd994bac7b247", - url = "https://github.com/google/mpact-riscv/archive/cd69512240fb2957be2771aeb71fd994bac7b247.tar.gz", + sha256 = "07e08dbbe442b982c4285080d666a1c649f36b7ed21010c01502e957bf39b4a7", + strip_prefix = "mpact-riscv-cbdc1f57c3e11b9416f57fbe6da1263031e108e1", + url = "https://github.com/google/mpact-riscv/archive/cbdc1f57c3e11b9416f57fbe6da1263031e108e1.tar.gz", )