Skip to content

Commit 95c021e

Browse files
Merge pull request #8728 from rabbitmq/mergify/bp/v3.10.x/pr-8726
Adopt otp 25.3.2.3 (backport #8705) (backport #8707) (backport #8726)
2 parents c9ba5f8 + a0bbae8 commit 95c021e

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

7373
erlang_config.internal_erlang_from_github_release(
7474
name = "25_3",
75-
sha256 = "83a36f3d90deef36adb615bbfb46cd327f0b76b7668e1f7f253fd66b4ae24518",
76-
version = "25.3.2.2",
75+
sha256 = "8c1e8811201d1e9cc806b74393db16e89a119f412e16bb5f6181d54cd102eb4f",
76+
version = "25.3.2.3",
7777
)
7878

7979
erlang_config.internal_erlang_from_http_archive(

WORKSPACE

Lines changed: 5 additions & 5 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.2.tar.gz",
104-
sha256 = "eeaa9e388fbfad90751fd75bf9207d87d7372b0a1a3266ff693c8015be91d634",
105-
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.2.tar.gz"],
103+
downloaded_file_path = "OTP-25.3.2.3.tar.gz",
104+
sha256 = "93b0b2b02b789d3b51ed1c2e56fc40e2ee5a8394bf82686f06be5458e9b85994",
105+
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.3.tar.gz"],
106106
)
107107

108108
load(
@@ -141,8 +141,8 @@ erlang_config(
141141
),
142142
internal_erlang_from_github_release(
143143
name = "25_3",
144-
sha256 = "83a36f3d90deef36adb615bbfb46cd327f0b76b7668e1f7f253fd66b4ae24518",
145-
version = "25.3.2.2",
144+
sha256 = "8c1e8811201d1e9cc806b74393db16e89a119f412e16bb5f6181d54cd102eb4f",
145+
version = "25.3.2.3",
146146
),
147147
internal_erlang_from_http_archive(
148148
name = "git_master",

0 commit comments

Comments
 (0)