Skip to content

Commit cf68778

Browse files
committed
dependency_support: Bump bazel_rules_hdl
Bump bazel_rules_hdl to include changes related to fixing access to iverilog and vvp when they are called by external tools. Internal-tag: [#46586] Signed-off-by: Robert Winkler <[email protected]>
1 parent f2b0622 commit cf68778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependency_support/rules_hdl/workspace.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ def repo():
2929
],
3030
)
3131

32-
# Commit on 2023-06-13, current as of 2023-06-13.
33-
git_hash = "e6540a5bccbfb124aec0b19deaa9cf855781b3a5"
34-
git_sha256 = "21307b0c14a036f1b4879c8f1d4d50a115053eb87c428307d4d6569c3e7ba859"
32+
# Commit on 2023-08-28, current as of 2023-08-28.
33+
git_hash = "e1945309b288a17b7ff6d7dbc28d385dc0e291ae"
34+
git_sha256 = "88611dde4e14db9c2bc62eb239965bb70f57b1e57d9950953e1f097a38d4a6b4"
3535

3636
maybe(
3737
http_archive,

0 commit comments

Comments
 (0)