Skip to content

Commit 223979a

Browse files
Merge pull request #10530 from rabbitmq/mergify/bp/v3.12.x/pr-10528
Adopt otp 25.3.2.9 (backport #10528)
2 parents 0e39e3c + 26e1fd9 commit 223979a

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 = "9424d7713b361c8a24690515acbd7e0fd37b67d54cad1e1e4af146eae0e335d3",
94-
version = "25.3.2.8",
93+
sha256 = "b305190e01e84eddb26d0140637f26adf674c87351c679f3bbefc8685d22cc05",
94+
version = "25.3.2.9",
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.8.tar.gz",
104-
sha256 = "6b8a6dcfd294ee9d88e47721a6f897603532575329fea587240776c02b232d38",
105-
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.8.tar.gz"],
103+
downloaded_file_path = "OTP-25.3.2.9.tar.gz",
104+
sha256 = "86fce5b418d127fb6049d69ecc1c32306128736d291e49077943cb3dcc73d7d5",
105+
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.9.tar.gz"],
106106
)
107107

108108
http_file(

0 commit comments

Comments
 (0)