Skip to content

Commit 209a815

Browse files
authored
Adopt otp 25.2.3
1 parent 1b91798 commit 209a815

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 = "94d5b6b0495050c5ea78a10c02ba3bdb58ce537c2a8869957760e67ec02924bd",
63-
version = "25.2.2",
62+
sha256 = "f4d9f11d67ba478a053d72e635a44722a975603fe1284063fdf38276366bc61c",
63+
version = "25.2.3",
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.2.tar.gz",
82-
sha256 = "535e535b2e90e71deca96c53f19710e6ebf3d4289b0a3116e7cf83b7e2c4bb7e",
83-
urls = ["https://github.com/erlang/otp/archive/OTP-25.2.2.tar.gz"],
81+
downloaded_file_path = "OTP-25.2.3.tar.gz",
82+
sha256 = "637bc5cf68dd229fd3c3fe889a6f84dd32c4a827488550a0a98123b00c2d78b5",
83+
urls = ["https://github.com/erlang/otp/archive/OTP-25.2.3.tar.gz"],
8484
)
8585

8686
http_archive(
@@ -116,8 +116,8 @@ erlang_config(
116116
),
117117
internal_erlang_from_github_release(
118118
name = "25_2",
119-
sha256 = "94d5b6b0495050c5ea78a10c02ba3bdb58ce537c2a8869957760e67ec02924bd",
120-
version = "25.2.2",
119+
sha256 = "f4d9f11d67ba478a053d72e635a44722a975603fe1284063fdf38276366bc61c",
120+
version = "25.2.3",
121121
),
122122
internal_erlang_from_http_archive(
123123
name = "git_master",

0 commit comments

Comments
 (0)