Skip to content

Commit b5ebd52

Browse files
authored
Adopt otp 25.1.1
1 parent cc75747 commit b5ebd52

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

5454
erlang_config.internal_erlang_from_github_release(
5555
name = "25_1",
56-
sha256 = "a5ea27c1e07511a84bdd869c37f5e254f198c1cecf68ee9c8fedd23010750c31",
57-
version = "25.1",
56+
sha256 = "42840c32e13a27bdb2c376d69aa22466513d441bfe5eb882de23baf8218308d3",
57+
version = "25.1.1",
5858
)
5959

6060
erlang_config.internal_erlang_from_http_archive(

WORKSPACE

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

8686
http_file(
8787
name = "otp_src_25_1",
88-
downloaded_file_path = "OTP-25.1.tar.gz",
89-
sha256 = "e00b2e02350688ee4ac83c41ec25c210774fe73b7f806860c46b185457ae135e",
90-
urls = ["https://github.com/erlang/otp/archive/OTP-25.1.tar.gz"],
88+
downloaded_file_path = "OTP-25.1.1.tar.gz",
89+
sha256 = "3348616450868fa8b39bddf0b528030e4525afef5b30e3a4b54c375add7d3f4f",
90+
urls = ["https://github.com/erlang/otp/archive/OTP-25.1.1.tar.gz"],
9191
)
9292

9393
http_archive(
@@ -149,8 +149,8 @@ erlang_config(
149149
),
150150
internal_erlang_from_github_release(
151151
name = "25_1",
152-
sha256 = "a5ea27c1e07511a84bdd869c37f5e254f198c1cecf68ee9c8fedd23010750c31",
153-
version = "25.1",
152+
sha256 = "42840c32e13a27bdb2c376d69aa22466513d441bfe5eb882de23baf8218308d3",
153+
version = "25.1.1",
154154
),
155155
internal_erlang_from_http_archive(
156156
name = "git_master",

0 commit comments

Comments
 (0)