Skip to content

Commit 53b6dfe

Browse files
Merge pull request #7116 from rabbitmq/mergify/bp/v3.10.x/pr-7112
Adopt otp 25.2.2 (backport #7111) (backport #7112)
2 parents acff0e6 + 6606a5a commit 53b6dfe

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

6060
erlang_config.internal_erlang_from_github_release(
6161
name = "25_2",
62-
sha256 = "d67312017464529603f60a36f4bfb891b6cf7637a375abb27c92ee79ecd14cd4",
63-
version = "25.2.1",
62+
sha256 = "94d5b6b0495050c5ea78a10c02ba3bdb58ce537c2a8869957760e67ec02924bd",
63+
version = "25.2.2",
6464
)
6565

6666
erlang_config.internal_erlang_from_http_archive(

WORKSPACE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ http_file(
7878

7979
http_file(
8080
name = "otp_src_25_2",
81-
downloaded_file_path = "OTP-25.2.1.tar.gz",
82-
sha256 = "d044e3699cb5261127da4bf37a495534bde85c37709f07735efc91f290f51da7",
83-
urls = ["https://github.com/erlang/otp/archive/OTP-25.2.1.tar.gz"],
81+
downloaded_file_path = "OTP-25.2.2.tar.gz",
82+
sha256 = "535e535b2e90e71deca96c53f19710e6ebf3d4289b0a3116e7cf83b7e2c4bb7e",
83+
urls = ["https://github.com/erlang/otp/archive/OTP-25.2.2.tar.gz"],
8484
)
8585

8686
http_archive(
@@ -121,8 +121,8 @@ erlang_config(
121121
),
122122
internal_erlang_from_github_release(
123123
name = "25_2",
124-
sha256 = "d67312017464529603f60a36f4bfb891b6cf7637a375abb27c92ee79ecd14cd4",
125-
version = "25.2.1",
124+
sha256 = "94d5b6b0495050c5ea78a10c02ba3bdb58ce537c2a8869957760e67ec02924bd",
125+
version = "25.2.2",
126126
),
127127
internal_erlang_from_http_archive(
128128
name = "git_master",

0 commit comments

Comments
 (0)