Skip to content

dependency_support: rules_hdl: bump repository #1326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dependency_support/rules_hdl/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def repo():
sha256 = "fd9e99f6ccb9e946755f9bc444abefbdd1eedb32c372c56dcacc7eb486aed178",
)

# Current as of 2024-02-01
git_hash = "b99dfa1869f340c0e598522960ff514345b40a7b"
archive_sha256 = "2a6da82f4f51aefa38ddf82291d49846736dd6abf95f3ea149129eb985ae09ed"
# Current as of 2024-03-01
git_hash = "ca20ad4e71888c3b9c3c28639cef70bcf2275c4d"
archive_sha256 = "57dbbb2764690730bf621837e0332c87a919623cfbca9870195849dfc096d51f"

maybe(
http_archive,
Expand Down