From af30f029849bef2d0fd357f4661fbacba6d94766 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:07:44 +0000 Subject: [PATCH] chore(deps): update ecsact_runtime digest to f5e7bef --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 68dba6a..124bf86 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 = "7465d82fc9ba4c740b81eb7b156fc546a18c08fee19b2ea27f24e4d86adbbf0e", + strip_prefix = "ecsact_runtime-f5e7bef253c95cc50957b8b30561a10f1a8eb2dc", + url = "https://github.com/ecsact-dev/ecsact_runtime/archive/f5e7bef253c95cc50957b8b30561a10f1a8eb2dc.zip", ) http_archive(