Skip to content

Commit 8f7e4eb

Browse files
authored
Merge pull request #8434 from rabbitmq/mergify/bp/v3.11.x/pr-8431
Adopt otp 25.3.2.1 (backport #8428) (backport #8431)
2 parents 43a810f + 6b45dad commit 8f7e4eb

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(
@@ -72,8 +72,8 @@ erlang_config.internal_erlang_from_github_release(
7272

7373
erlang_config.internal_erlang_from_github_release(
7474
name = "25_3",
75-
sha256 = "aed4e4726cdc587ab820c8379d63e511e46a1b1cc0c59d6a720b51ae625b2510",
76-
version = "25.3.2",
75+
sha256 = "197e597f3216b78ffb8f55d5663193151694c47489653ab04472f7dc4afc7079",
76+
version = "25.3.2.1",
7777
)
7878

7979
erlang_config.internal_erlang_from_github_release(

WORKSPACE

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

101101
http_file(
102102
name = "otp_src_25_3",
103-
downloaded_file_path = "OTP-25.3.2.tar.gz",
104-
sha256 = "504fc2045198c192de7edbb04e880cbb1ee79b1d9880270b8af8ed2348d2e242",
105-
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.tar.gz"],
103+
downloaded_file_path = "OTP-25.3.2.1.tar.gz",
104+
sha256 = "ad2eb5e69c8779d970c93b3e7b14be12232785543d9764fcf48226f5f425aebb",
105+
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.1.tar.gz"],
106106
)
107107

108108
http_file(
@@ -150,8 +150,8 @@ erlang_config(
150150
),
151151
internal_erlang_from_github_release(
152152
name = "25_3",
153-
sha256 = "aed4e4726cdc587ab820c8379d63e511e46a1b1cc0c59d6a720b51ae625b2510",
154-
version = "25.3.2",
153+
sha256 = "197e597f3216b78ffb8f55d5663193151694c47489653ab04472f7dc4afc7079",
154+
version = "25.3.2.1",
155155
),
156156
internal_erlang_from_github_release(
157157
name = "26",

0 commit comments

Comments
 (0)