We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a964c commit 400b0ecCopy full SHA for 400b0ec
README.md
@@ -36,8 +36,9 @@ The example below follows this convention.
36
```starlark
37
http_archive(
38
name = "rules_erlang",
39
- strip_prefix = "rules_erlang-v2",
40
- urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/heads/v2.zip"],
+ sha256 = "7fd0564918537eb72294d17f5f8dc663907b16d712773b1c006e83194746a1c0",
+ strip_prefix = "rules_erlang-2.0.0",
41
+ urls = ["https://github.com/rabbitmq/rules_erlang/archive/refs/tags/2.0.0.zip"],
42
)
43
44
load("@rules_erlang//:rules_erlang.bzl", "rules_erlang_dependencies")
0 commit comments