Skip to content

Commit 0a731b7

Browse files
committed
Fix the sha and prefix for bazel-erlang based on the repo rename
1 parent 0922a07 commit 0a731b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ rules_pkg_dependencies()
5959

6060
http_archive(
6161
name = "bazel-erlang",
62-
sha256 = "f37c339711ce05b748688938ad9b1c00a78f0b2ef67d6baa734f5a34e33ad8a3",
63-
strip_prefix = "bazel-erlang-1.4.0",
62+
sha256 = "2ba878df673020ac714c050c0aaf3c66cac2f9cca0aa4259e3c74603c59e0cd0",
63+
strip_prefix = "rules_erlang-1.4.0",
6464
urls = ["https://github.com/rabbitmq/bazel-erlang/archive/refs/tags/1.4.0.zip"],
6565
)
6666

0 commit comments

Comments
 (0)