Skip to content

Commit 0e275ee

Browse files
web-flowmichaelklishin
authored andcommitted
Adopt otp 26.2.2
1 parent e4083c1 commit 0e275ee

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

103103
erlang_config.internal_erlang_from_github_release(
104104
name = "26_2",
105-
sha256 = "80d66bafbae409481a4e1badcb4a6275b07a8e9af82980c08d7a8add483232a9",
106-
version = "26.2.1",
105+
sha256 = "d537ff4ac5d8c1cb507aedaf7198fc1f155ea8aa65a8d83edb35c2802763cc28",
106+
version = "26.2.2",
107107
)
108108

109109
erlang_config.internal_erlang_from_http_archive(

WORKSPACE

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

115115
http_file(
116116
name = "otp_src_26_2",
117-
downloaded_file_path = "OTP-26.2.1.tar.gz",
118-
sha256 = "d99eab3af908b41dd4d7df38f0b02a447579326dd6604f641bbe9f2789b5656b",
119-
urls = ["https://github.com/erlang/otp/archive/OTP-26.2.1.tar.gz"],
117+
downloaded_file_path = "OTP-26.2.2.tar.gz",
118+
sha256 = "93c09aa8814018c23d218ac68b2bcdba188e12086223fbfa08af5cc70edd7ee1",
119+
urls = ["https://github.com/erlang/otp/archive/OTP-26.2.2.tar.gz"],
120120
)
121121

122122
new_git_repository(

0 commit comments

Comments
 (0)