Skip to content

Commit eda7c5a

Browse files
authored
Merge pull request #8422 from rabbitmq/bump-otp-24.3
Adopt otp 24.3.4.12
2 parents cdc4cb7 + a0ff6a5 commit eda7c5a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ bazel_dep(
3737
bazel_dep(
3838
name = "com_github_rabbitmq_looking_glass",
3939
version = "0.2.1",
40-
repo_name = "looking_glass",
4140
dev_dependency = True,
41+
repo_name = "looking_glass",
4242
)
4343

4444
erlang_config = use_extension(
@@ -48,8 +48,8 @@ erlang_config = use_extension(
4848

4949
erlang_config.internal_erlang_from_github_release(
5050
name = "24",
51-
sha256 = "0e63cd975f126ae9f17c36062d63e8629bb984e013b18a8a13ad634035dc414f",
52-
version = "24.3.4.11",
51+
sha256 = "0361252c3efb600d60033c15f2a6d97c552ce0272719f7b23af11304bee2d69c",
52+
version = "24.3.4.12",
5353
)
5454

5555
erlang_config.internal_erlang_from_github_release(

WORKSPACE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ http_file(
7272

7373
http_file(
7474
name = "otp_src_24",
75-
downloaded_file_path = "OTP-24.3.4.11.tar.gz",
76-
sha256 = "b9995e1453d22188ad2ba9c98a789a153399b38ea00e6f9a953b8bd5f26a282b",
77-
urls = ["https://github.com/erlang/otp/archive/OTP-24.3.4.11.tar.gz"],
75+
downloaded_file_path = "OTP-24.3.4.12.tar.gz",
76+
sha256 = "d23efcca0da33ab9df5ff9efece60e90b85b8ed1815bf202b4c6d77700cfc940",
77+
urls = ["https://github.com/erlang/otp/archive/OTP-24.3.4.12.tar.gz"],
7878
)
7979

8080
http_file(
@@ -128,8 +128,8 @@ erlang_config(
128128
),
129129
internal_erlang_from_github_release(
130130
name = "24",
131-
sha256 = "0e63cd975f126ae9f17c36062d63e8629bb984e013b18a8a13ad634035dc414f",
132-
version = "24.3.4.11",
131+
sha256 = "0361252c3efb600d60033c15f2a6d97c552ce0272719f7b23af11304bee2d69c",
132+
version = "24.3.4.12",
133133
),
134134
internal_erlang_from_github_release(
135135
name = "25_0",

0 commit comments

Comments
 (0)