diff --git a/MODULE.bazel b/MODULE.bazel index 5b54e82b09de..4e22940809a8 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -96,8 +96,8 @@ erlang_config.internal_erlang_from_github_release( erlang_config.internal_erlang_from_github_release( name = "26_1", - sha256 = "30de56e687cef15c73ef2e2e5bc8a94d28f959656e716e0a65092af7d360af57", - version = "26.1.1", + sha256 = "f1074cf3a54f1f87e66027d5abebab2fa76a0243453fa58bc5f30d0ce0313921", + version = "26.1.2", ) erlang_config.internal_erlang_from_http_archive( diff --git a/WORKSPACE b/WORKSPACE index 87a06f72ad25..72ad4bcfb649 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -107,9 +107,9 @@ http_file( http_file( name = "otp_src_26_1", - downloaded_file_path = "OTP-26.1.1.tar.gz", - sha256 = "a47203930e4b34a0e23bdf0a968127e5ec9d0e6c69ccf2e53be81cd2360eee2d", - urls = ["https://github.com/erlang/otp/archive/OTP-26.1.1.tar.gz"], + downloaded_file_path = "OTP-26.1.2.tar.gz", + sha256 = "56042d53b30863d4e720ebf463d777f0502f8c986957fc3a9e63dae870bbafe0", + urls = ["https://github.com/erlang/otp/archive/OTP-26.1.2.tar.gz"], ) new_git_repository(