summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRin Kuryloski <kuryloskip@vmware.com>2023-04-26 10:58:41 +0200
committerRin Kuryloski <kuryloskip@vmware.com>2023-04-26 10:58:41 +0200
commit1844f71c7fb5d5db6e68a82ef57176cc2231ad3d (patch)
tree92dd01900f9ba8118ade5a4f39fdf4b8343afb5d
parentdc9741a9f07758a58517f7bf3bf1107081d777b0 (diff)
downloadrabbitmq-server-git-1844f71c7fb5d5db6e68a82ef57176cc2231ad3d.tar.gz
Update the sha for otp 26 as used in the dev oci
it had been copied from 25.3 without an update
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index a493f07c68..681084264c 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -95,7 +95,7 @@ http_file(
http_file(
name = "otp_src_26",
downloaded_file_path = "OTP-26.0-rc3.tar.gz",
- sha256 = "f4fc2c5e1da56eb659003015ab80c42e50cef1129cca8c14457a522d1793498d",
+ sha256 = "b7803705c5a03035a851edff9d781dfe384df01c1a4715e2d20102151ae917c5",
urls = ["https://github.com/erlang/otp/archive/OTP-26.0-rc3.tar.gz"],
)