Skip to content

Commit f34daa9

Browse files
Merge pull request #8053 from rabbitmq/mergify/bp/v3.12.x/pr-8051
Adopt otp 25.3.1 (backport #8051)
2 parents caabb18 + 8e55d6d commit f34daa9

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_github_release(

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_file(
@@ -137,8 +137,8 @@ erlang_config(
137137
),
138138
internal_erlang_from_github_release(
139139
name = "25_3",
140-
sha256 = "85c447efc1746740df4089d75bc0e47b88d5161d7c44e9fc4c20fa33ea5d19d7",
141-
version = "25.3",
140+
sha256 = "1d5e4b97a7cfa0afa8787ae60a66426806f55897085dde1fd553ac2db39a6082",
141+
version = "25.3.1",
142142
),
143143
internal_erlang_from_github_release(
144144
name = "26",

0 commit comments

Comments
 (0)