From b04ff761d69bd7c98bf2e447536df2ff1cbb3dce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:48:12 +0000 Subject: [PATCH] chore(deps): update ecsact_runtime digest to 9433edb --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 31aa538..30adab1 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 = "43e14498d6de4452a31b9e879a5b29e06f04442de4eabc695ce742ace504e3a2", + strip_prefix = "ecsact_runtime-9433edb7f68068a16b61e1e8402e9358f580dca9", + url = "https://github.com/ecsact-dev/ecsact_runtime/archive/9433edb7f68068a16b61e1e8402e9358f580dca9.zip", ) http_archive(