Skip to content

Commit

Permalink
Merge pull request #6924 from rabbitmq/mergify/bp/v3.9.x/pr-6922
Browse files Browse the repository at this point in the history
Adopt otp 24.3.4.8 (backport #6922)
  • Loading branch information
michaelklishin committed Jan 18, 2023
2 parents d232232 + 47ea17b commit 1700c31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ erlang_config = use_extension(

erlang_config.internal_erlang_from_github_release(
name = "24",
sha256 = "0cb1092f6aff83e8026acffa020dfcffb91073e559311ee1681fdec2d0e15e2e",
version = "24.3.4.7",
sha256 = "3d8ca72146cc08f1084e4e0fcaec31621108fd88ad1368f01dae3b8fb628e859",
version = "24.3.4.8",
)

erlang_config.internal_erlang_from_github_release(
Expand Down
10 changes: 5 additions & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ http_file(

http_file(
name = "otp_src_24",
downloaded_file_path = "OTP-24.3.4.7.tar.gz",
sha256 = "80c08cf1c181a124dd805bb1d91ff5c1996bd8a27b3f4d008b1ababf48d9947e",
urls = ["https://github.com/erlang/otp/archive/OTP-24.3.4.7.tar.gz"],
downloaded_file_path = "OTP-24.3.4.8.tar.gz",
sha256 = "72efa2bb1556a3eaa6afa874ec2dffb5e63d5c9c0c75090deb1d5acef928dc9e",
urls = ["https://github.com/erlang/otp/archive/OTP-24.3.4.8.tar.gz"],
)

http_file(
Expand Down Expand Up @@ -127,8 +127,8 @@ erlang_config(
internal_erlang_configs = [
internal_erlang_from_github_release(
name = "24",
sha256 = "0cb1092f6aff83e8026acffa020dfcffb91073e559311ee1681fdec2d0e15e2e",
version = "24.3.4.7",
sha256 = "3d8ca72146cc08f1084e4e0fcaec31621108fd88ad1368f01dae3b8fb628e859",
version = "24.3.4.8",
),
internal_erlang_from_github_release(
name = "25_0",
Expand Down

0 comments on commit 1700c31

Please sign in to comment.