diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index d668558..d2ca074 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "ecsact_runtime", - sha256 = "219ce161deeb4865d3c190eac300dd257671e2b2ca0ec8752091506ccfa554a2", - strip_prefix = "ecsact_runtime-5cbf7257d7cbc42762d22e7604bc5bc0efb837fe", - url = "https://github.com/ecsact-dev/ecsact_runtime/archive/5cbf7257d7cbc42762d22e7604bc5bc0efb837fe.zip", + sha256 = "7f540348b0e44124794a78d3e91ad75782a2f7e132f56fc59d1184418ece275d", + strip_prefix = "ecsact_runtime-b48188ef0211a6dd4f0edf6ba6d207e0d1961a9c", + url = "https://github.com/ecsact-dev/ecsact_runtime/archive/b48188ef0211a6dd4f0edf6ba6d207e0d1961a9c.zip", ) http_archive(