Skip to content

Commit f54df4f

Browse files
Merge pull request #8074 from rabbitmq/mergify/bp/v3.10.x/pr-8055
Adopt otp 25.3.1 (backport #8051) (backport #8053) (backport #8055)
2 parents 4d5a7d8 + 821b951 commit f54df4f

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

6666
erlang_config.internal_erlang_from_github_release(
6767
name = "25_3",
68-
sha256 = "85c447efc1746740df4089d75bc0e47b88d5161d7c44e9fc4c20fa33ea5d19d7",
69-
version = "25.3",
68+
sha256 = "1d5e4b97a7cfa0afa8787ae60a66426806f55897085dde1fd553ac2db39a6082",
69+
version = "25.3.1",
7070
)
7171

7272
erlang_config.internal_erlang_from_http_archive(

WORKSPACE

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

8888
http_file(
8989
name = "otp_src_25_3",
90-
downloaded_file_path = "OTP-25.3.tar.gz",
91-
sha256 = "f4fc2c5e1da56eb659003015ab80c42e50cef1129cca8c14457a522d1793498d",
92-
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.tar.gz"],
90+
downloaded_file_path = "OTP-25.3.1.tar.gz",
91+
sha256 = "4fafc922e012419205eeea482eb1e8d838377477f39c3ba8fc398d8b69029e14",
92+
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.1.tar.gz"],
9393
)
9494

9595
http_archive(
@@ -135,8 +135,8 @@ erlang_config(
135135
),
136136
internal_erlang_from_github_release(
137137
name = "25_3",
138-
sha256 = "85c447efc1746740df4089d75bc0e47b88d5161d7c44e9fc4c20fa33ea5d19d7",
139-
version = "25.3",
138+
sha256 = "1d5e4b97a7cfa0afa8787ae60a66426806f55897085dde1fd553ac2db39a6082",
139+
version = "25.3.1",
140140
),
141141
internal_erlang_from_http_archive(
142142
name = "git_master",

0 commit comments

Comments
 (0)