Skip to content

Commit 7bcdb99

Browse files
Merge pull request #8704 from rabbitmq/mergify/bp/v3.11.x/pr-8703
adopt OTP 26.0.2 (backport #8698) (backport #8703)
2 parents ce60d51 + 33570c3 commit 7bcdb99

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

7979
erlang_config.internal_erlang_from_github_release(
8080
name = "26",
81-
sha256 = "d0c8e17f73e7146294ba39f499de086d0640058ec038c24021722ea612207d92",
82-
version = "26.0.1",
81+
sha256 = "47853ea9230643a0a31004433f07a71c1b92d6e0094534f629e3b75dbc62f193",
82+
version = "26.0.2",
8383
)
8484

8585
erlang_config.internal_erlang_from_http_archive(

WORKSPACE

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

108108
http_file(
109109
name = "otp_src_26",
110-
downloaded_file_path = "OTP-26.0.1.tar.gz",
111-
sha256 = "dc02213328f88939013bedcbb7f170ffec60fc718ef685221c813b579f812602",
112-
urls = ["https://github.com/erlang/otp/archive/OTP-26.0.1.tar.gz"],
110+
downloaded_file_path = "OTP-26.0.2.tar.gz",
111+
sha256 = "4def5ed5e49815fb02fceae8a66e94abc1049f5de30f97d9ad12fdf3293a2470",
112+
urls = ["https://github.com/erlang/otp/archive/OTP-26.0.2.tar.gz"],
113113
)
114114

115115
load(
@@ -148,8 +148,8 @@ erlang_config(
148148
),
149149
internal_erlang_from_github_release(
150150
name = "26",
151-
sha256 = "d0c8e17f73e7146294ba39f499de086d0640058ec038c24021722ea612207d92",
152-
version = "26.0.1",
151+
sha256 = "4def5ed5e49815fb02fceae8a66e94abc1049f5de30f97d9ad12fdf3293a2470",
152+
version = "26.0.2",
153153
),
154154
internal_erlang_from_http_archive(
155155
name = "git_master",

0 commit comments

Comments
 (0)