diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 424a09d7bb380..6535d003dd4bf 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -307,7 +307,7 @@ "moduleExtensions": { "//bazel:extensions.bzl%non_module_dependencies": { "general": { - "bzlTransitiveDigest": "SDTLfnB2Pm4MoythhHEjKLwqGadLnImYvdjBbsTPxPw=", + "bzlTransitiveDigest": "dEypz4XFIlFkjdDjQgnjUmNPd98nCTTk6HK2WFBnT8c=", "usagesDigest": "FEiDyZe9eAU6yEqnarZf0XMEUk+prUyYClvq1RU1J98=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, @@ -485,9 +485,9 @@ "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "build_file": "@@//bazel/thirdparty:seastar.BUILD", - "sha256": "9c572c5111ef6b4f0afc6ba358696c0e2a78e118bc3c3617cf6454a9d98970de", - "strip_prefix": "seastar-617d3c421a949f449942d7ce0d275af0997efb48", - "url": "https://github.com/redpanda-data/seastar/archive/617d3c421a949f449942d7ce0d275af0997efb48.tar.gz" + "sha256": "5fdbb4a62e9ebdce20f994c6c7f04f70756280cc2fb5df123107ec9fe40dd228", + "strip_prefix": "seastar-e5addf8807f86e7f9f2523a72e256c4742dcd8da", + "url": "https://github.com/redpanda-data/seastar/archive/e5addf8807f86e7f9f2523a72e256c4742dcd8da.tar.gz" } }, "unordered_dense": { diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 32d4d0fac805b..063349bf6521c 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -168,9 +168,9 @@ def data_dependency(): http_archive( name = "seastar", build_file = "//bazel/thirdparty:seastar.BUILD", - sha256 = "9c572c5111ef6b4f0afc6ba358696c0e2a78e118bc3c3617cf6454a9d98970de", - strip_prefix = "seastar-617d3c421a949f449942d7ce0d275af0997efb48", - url = "https://github.com/redpanda-data/seastar/archive/617d3c421a949f449942d7ce0d275af0997efb48.tar.gz", + sha256 = "5fdbb4a62e9ebdce20f994c6c7f04f70756280cc2fb5df123107ec9fe40dd228", + strip_prefix = "seastar-e5addf8807f86e7f9f2523a72e256c4742dcd8da", + url = "https://github.com/redpanda-data/seastar/archive/e5addf8807f86e7f9f2523a72e256c4742dcd8da.tar.gz", ) http_archive(