Skip to content

Commit 8cd29a1

Browse files
Merge pull request #10779 from rabbitmq/bump-otp-25.3
Adopt otp 25.3.2.10
2 parents 3415772 + 7f8fa90 commit 8cd29a1

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

7979
erlang_config.internal_erlang_from_github_release(
8080
name = "25_3",
81-
sha256 = "b305190e01e84eddb26d0140637f26adf674c87351c679f3bbefc8685d22cc05",
82-
version = "25.3.2.9",
81+
sha256 = "0a7338415c8eb6ae25664bfd1a10631c293838ef072665223a524831b823a8b7",
82+
version = "25.3.2.10",
8383
)
8484

8585
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.9.tar.gz",
104-
sha256 = "86fce5b418d127fb6049d69ecc1c32306128736d291e49077943cb3dcc73d7d5",
105-
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.9.tar.gz"],
103+
downloaded_file_path = "OTP-25.3.2.10.tar.gz",
104+
sha256 = "be76f05bd38c60df056ed35f01085f088474a1942ce1778c2217e5658d435b35",
105+
urls = ["https://github.com/erlang/otp/archive/OTP-25.3.2.10.tar.gz"],
106106
)
107107

108108
http_file(

0 commit comments

Comments
 (0)