Skip to content

Commit

Permalink
Fix the sha and prefix for bazel-erlang based on the repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Jan 5, 2022
1 parent 0922a07 commit 0a731b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ rules_pkg_dependencies()

http_archive(
name = "bazel-erlang",
sha256 = "f37c339711ce05b748688938ad9b1c00a78f0b2ef67d6baa734f5a34e33ad8a3",
strip_prefix = "bazel-erlang-1.4.0",
sha256 = "2ba878df673020ac714c050c0aaf3c66cac2f9cca0aa4259e3c74603c59e0cd0",
strip_prefix = "rules_erlang-1.4.0",
urls = ["https://github.com/rabbitmq/bazel-erlang/archive/refs/tags/1.4.0.zip"],
)

Expand Down

0 comments on commit 0a731b7

Please sign in to comment.