Skip to content

Commit dd5e0a8

Browse files
Merge pull request #8435 from rabbitmq/mergify/bp/v3.10.x/pr-8434
Adopt otp 25.3.2.1 (backport #8428) (backport #8431) (backport #8434)
2 parents eda7c5a + 03fbabe commit dd5e0a8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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_http_archive(

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_archive(
@@ -148,8 +148,8 @@ erlang_config(
148148
),
149149
internal_erlang_from_github_release(
150150
name = "25_3",
151-
sha256 = "aed4e4726cdc587ab820c8379d63e511e46a1b1cc0c59d6a720b51ae625b2510",
152-
version = "25.3.2",
151+
sha256 = "197e597f3216b78ffb8f55d5663193151694c47489653ab04472f7dc4afc7079",
152+
version = "25.3.2.1",
153153
),
154154
internal_erlang_from_http_archive(
155155
name = "git_master",

0 commit comments

Comments
 (0)