Skip to content

Commit cffd43b

Browse files
Merge pull request #11156 from rabbitmq/bump-otp-25.3
Adopt otp 25.3.2.12
2 parents fa81df0 + 8a26e99 commit cffd43b

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
@@ -98,8 +98,8 @@ erlang_config.internal_erlang_from_github_release(
9898
erlang_config.internal_erlang_from_github_release(
9999
name = "25_3",
100100
extra_make_opts = ["-j 4"],
101-
sha256 = "64e4569615fc4ba9fa95664a18a5336e2c6363534b9eb131f08b377a5c176ede",
102-
version = "25.3.2.11",
101+
sha256 = "fd690c843100c3268ac7d8ada02af8310e8520bf32581eb72f28c26ae61b46ad",
102+
version = "25.3.2.12",
103103
)
104104

105105
erlang_config.internal_erlang_from_github_release(

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ http_file(
6464

6565
http_file(
6666
name = "otp_src_25_3",
67-
downloaded_file_path = "OTP-25.3.2.11.tar.gz",
68-
sha256 = "346bf54e71957019e3c630cf872a04eeb6883fd008e7ed1d83fbf1b01b04e13d",
69-
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.11.tar.gz"],
67+
downloaded_file_path = "OTP-25.3.2.12.tar.gz",
68+
sha256 = "2fd35a207278569bb56746fd2ba55037d439922875422dd29d458cf36ddf0618",
69+
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.12.tar.gz"],
7070
)
7171

7272
http_file(

0 commit comments

Comments
 (0)