Adopt otp 25.2.3

This commit is contained in:
GitHub 2023-02-18 03:05:21 +00:00
parent 1b9179805d
commit 209a815af7
2 changed files with 7 additions and 7 deletions

View File

@ -59,8 +59,8 @@ erlang_config.internal_erlang_from_github_release(
erlang_config.internal_erlang_from_github_release(
name = "25_2",
sha256 = "94d5b6b0495050c5ea78a10c02ba3bdb58ce537c2a8869957760e67ec02924bd",
version = "25.2.2",
sha256 = "f4d9f11d67ba478a053d72e635a44722a975603fe1284063fdf38276366bc61c",
version = "25.2.3",
)
erlang_config.internal_erlang_from_http_archive(

View File

@ -78,9 +78,9 @@ http_file(
http_file(
name = "otp_src_25_2",
downloaded_file_path = "OTP-25.2.2.tar.gz",
sha256 = "535e535b2e90e71deca96c53f19710e6ebf3d4289b0a3116e7cf83b7e2c4bb7e",
urls = ["https://github.com/erlang/otp/archive/OTP-25.2.2.tar.gz"],
downloaded_file_path = "OTP-25.2.3.tar.gz",
sha256 = "637bc5cf68dd229fd3c3fe889a6f84dd32c4a827488550a0a98123b00c2d78b5",
urls = ["https://github.com/erlang/otp/archive/OTP-25.2.3.tar.gz"],
)
http_archive(
@ -116,8 +116,8 @@ erlang_config(
),
internal_erlang_from_github_release(
name = "25_2",
sha256 = "94d5b6b0495050c5ea78a10c02ba3bdb58ce537c2a8869957760e67ec02924bd",
version = "25.2.2",
sha256 = "f4d9f11d67ba478a053d72e635a44722a975603fe1284063fdf38276366bc61c",
version = "25.2.3",
),
internal_erlang_from_http_archive(
name = "git_master",