Skip to content

Commit 38a79db

Browse files
Merge pull request #10166 from rabbitmq/mergify/bp/v3.12.x/pr-10165
Adopt otp 25.3.2.8 (backport #10165)
2 parents b40277a + c2efe81 commit 38a79db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ erlang_config.internal_erlang_from_github_release(
9090

9191
erlang_config.internal_erlang_from_github_release(
9292
name = "25_3",
93-
sha256 = "a8662859d153d3c4253c6a3a4d1538d0f32ce1cf02bb5484b17c9c176da37b37",
94-
version = "25.3.2.7",
93+
sha256 = "9424d7713b361c8a24690515acbd7e0fd37b67d54cad1e1e4af146eae0e335d3",
94+
version = "25.3.2.8",
9595
)
9696

9797
erlang_config.internal_erlang_from_github_release(

WORKSPACE

Lines changed: 3 additions & 3 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.7.tar.gz",
104-
sha256 = "e8023bc61a7613a9beb0b60db166ae5eeb97de928924d1d1031e4aae8fb1e669",
105-
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.7.tar.gz"],
103+
downloaded_file_path = "OTP-25.3.2.8.tar.gz",
104+
sha256 = "6b8a6dcfd294ee9d88e47721a6f897603532575329fea587240776c02b232d38",
105+
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.8.tar.gz"],
106106
)
107107

108108
http_file(

0 commit comments

Comments
 (0)