Skip to content

Commit d79c8a5

Browse files
authored
Adopt otp 26.1.1
1 parent ec0dfb9 commit d79c8a5

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

9797
erlang_config.internal_erlang_from_github_release(
9898
name = "26_1",
99-
sha256 = "f914ddea79019ab2533911cdd4f91653726ac9b0561b3ec57aa6ecbcc3df3f55",
100-
version = "26.1",
99+
sha256 = "30de56e687cef15c73ef2e2e5bc8a94d28f959656e716e0a65092af7d360af57",
100+
version = "26.1.1",
101101
)
102102

103103
erlang_config.internal_erlang_from_http_archive(

WORKSPACE

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

108108
http_file(
109109
name = "otp_src_26_1",
110-
downloaded_file_path = "OTP-26.1.tar.gz",
111-
sha256 = "09864524516bd26be040ae9ee09d70ce38ded2bcec041bc36081313b5031dfe8",
112-
urls = ["https://github.com/erlang/otp/archive/OTP-26.1.tar.gz"],
110+
downloaded_file_path = "OTP-26.1.1.tar.gz",
111+
sha256 = "a47203930e4b34a0e23bdf0a968127e5ec9d0e6c69ccf2e53be81cd2360eee2d",
112+
urls = ["https://github.com/erlang/otp/archive/OTP-26.1.1.tar.gz"],
113113
)
114114

115115
new_git_repository(

0 commit comments

Comments
 (0)