Skip to content

Commit 18025b0

Browse files
authored
Merge pull request #9329 from rabbitmq/mergify/bp/v3.12.x/pr-9328
Adopt otp 25.3.2.6 (backport #9328)
2 parents 5e539d4 + df0816c commit 18025b0

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

8585
erlang_config.internal_erlang_from_github_release(
8686
name = "25_3",
87-
sha256 = "1f899b4b1ef8569c08713b76bc54607a09503a1d188e6d61512036188cc356db",
88-
version = "25.3.2.5",
87+
sha256 = "14f519bb63f9cc8d1db62ef7c58abc56fa94f8f76d918d23acad374f38434088",
88+
version = "25.3.2.6",
8989
)
9090

9191
erlang_config.internal_erlang_from_github_release(

WORKSPACE

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

101101
http_file(
102102
name = "otp_src_25_3",
103-
downloaded_file_path = "OTP-25.3.2.5.tar.gz",
104-
sha256 = "16f3b64498f024f7f7ad9bd65786effdc9a2f857a1ed33392e67728302772a03",
105-
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.5.tar.gz"],
103+
downloaded_file_path = "OTP-25.3.2.6.tar.gz",
104+
sha256 = "67e0f5c209a335cfc216a57b1f016072a69eb9683d36d6d101bf2f60a2e45926",
105+
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.6.tar.gz"],
106106
)
107107

108108
http_file(

0 commit comments

Comments
 (0)