From 359ff605781be8504dd6c85fd5ce1c56506118be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 23:14:31 +0000 Subject: [PATCH] chore(deps): update ecsact_runtime digest to 9433edb --- repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index cb2acdd..0119dd4 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -14,7 +14,7 @@ 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 = "43e14498d6de4452a31b9e879a5b29e06f04442de4eabc695ce742ace504e3a2", + strip_prefix = "ecsact_runtime-9433edb7f68068a16b61e1e8402e9358f580dca9", + url = "https://github.com/ecsact-dev/ecsact_runtime/archive/9433edb7f68068a16b61e1e8402e9358f580dca9.zip", )