diff --git a/repositories.bzl b/repositories.bzl index a0a5e0f..3613510 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -31,9 +31,9 @@ def ecsact_parse_dependencies(): http_archive( name = "ecsact_runtime", - sha256 = "219ce161deeb4865d3c190eac300dd257671e2b2ca0ec8752091506ccfa554a2", - strip_prefix = "ecsact_runtime-5cbf7257d7cbc42762d22e7604bc5bc0efb837fe", - url = "https://github.com/ecsact-dev/ecsact_runtime/archive/5cbf7257d7cbc42762d22e7604bc5bc0efb837fe.zip", + sha256 = "1f69d939e652ae5b479c8b0d6e9e0f408026f97ae3b6f8a7dc94a2667decf782", + strip_prefix = "ecsact_runtime-da32f877a68915adbcc68343d6dfeb1fabf20656", + url = "https://github.com/ecsact-dev/ecsact_runtime/archive/da32f877a68915adbcc68343d6dfeb1fabf20656.zip", ) http_archive(