summaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGitHub <noreply@github.com>2022-10-25 03:58:07 +0000
committerGitHub <noreply@github.com>2022-10-25 03:58:07 +0000
commitea18d7f2a621ef83d0fff1aa40397f62cb00f2fb (patch)
tree1ffe84cf1bfa1a0c36c2e1c496d005f12424980b /WORKSPACE
parent62c56ddc6b0a8c1036a501c2a3a921addcfb1abf (diff)
downloadrabbitmq-server-git-ea18d7f2a621ef83d0fff1aa40397f62cb00f2fb.tar.gz
Adopt otp 25.1.2
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE10
1 files changed, 5 insertions, 5 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 2e687a6cba..05eb5c23b4 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -78,9 +78,9 @@ http_file(
http_file(
name = "otp_src_25_1",
- downloaded_file_path = "OTP-25.1.1.tar.gz",
- sha256 = "3348616450868fa8b39bddf0b528030e4525afef5b30e3a4b54c375add7d3f4f",
- urls = ["https://github.com/erlang/otp/archive/OTP-25.1.1.tar.gz"],
+ downloaded_file_path = "OTP-25.1.2.tar.gz",
+ sha256 = "b9ae7becd3499aeac9f94f9379e2b1b4dced4855454fe7f200a6e3e1cf4fbc53",
+ urls = ["https://github.com/erlang/otp/archive/OTP-25.1.2.tar.gz"],
)
http_archive(
@@ -137,8 +137,8 @@ erlang_config(
),
internal_erlang_from_github_release(
name = "25_1",
- sha256 = "42840c32e13a27bdb2c376d69aa22466513d441bfe5eb882de23baf8218308d3",
- version = "25.1.1",
+ sha256 = "5442dea694e7555d479d80bc81f1428020639c258f8e40b2052732d1cc95cca5",
+ version = "25.1.2",
),
internal_erlang_from_http_archive(
name = "git_master",