Skip to content

Commit c61383a

Browse files
mergify[bot]web-flowHoloRin
authored
Adopt otp 26.2.5 (backport #11252) (#11253)
* Adopt otp 26.2.5 (cherry picked from commit 07cfb29) # Conflicts: # MODULE.bazel * fixup backport --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Rin Kuryloski <[email protected]>
1 parent 50548d3 commit c61383a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ erlang_config.internal_erlang_from_github_release(
111111

112112
erlang_config.internal_erlang_from_github_release(
113113
name = "26_2",
114-
sha256 = "d537ff4ac5d8c1cb507aedaf7198fc1f155ea8aa65a8d83edb35c2802763cc28",
115-
version = "26.2.2",
116114
extra_make_opts = ["-j 4"],
115+
sha256 = "de155c4ad9baab2b9e6c96dbd03bf955575a04dd6feee9c08758beb28484c9f6",
116+
version = "26.2.5",
117117
)
118118

119119
erlang_config.internal_erlang_from_http_archive(

WORKSPACE

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

7979
http_file(
8080
name = "otp_src_26_2",
81-
downloaded_file_path = "OTP-26.2.2.tar.gz",
82-
sha256 = "93c09aa8814018c23d218ac68b2bcdba188e12086223fbfa08af5cc70edd7ee1",
83-
urls = ["https://github.com/erlang/otp/archive/OTP-26.2.2.tar.gz"],
81+
downloaded_file_path = "OTP-26.2.5.tar.gz",
82+
sha256 = "d34b409cb5968ae47dd5a0c4f85b925d5601898d90788bbb08d514964a3a141d",
83+
urls = ["https://github.com/erlang/otp/archive/OTP-26.2.5.tar.gz"],
8484
)
8585

8686
new_git_repository(

0 commit comments

Comments
 (0)