From b5fa40b5c64377585aa2f9d5accbc7b2b9e4e86e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 00:48:25 +0000 Subject: [PATCH] chore(deps): update escact repositories --- WORKSPACE.bazel | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 818e750..5892a90 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "ecsact_runtime", - sha256 = "bc90154e1b4c9b9c26138b50429d642189e4db1bff1f84aa7a861d82b36b8293", - strip_prefix = "ecsact_runtime-bf6e3965ef00d7bfc4070660a1427a0dd1bf50a4", - url = "https://github.com/ecsact-dev/ecsact_runtime/archive/bf6e3965ef00d7bfc4070660a1427a0dd1bf50a4.zip", + sha256 = "ba5b8f1649fc86b9c803ab852d0612e2d100a64e2a06a13b612e111bf8d18735", + strip_prefix = "ecsact_runtime-c6cdc81000bbee028a8e7a2bc95fc35711db1b75", + url = "https://github.com/ecsact-dev/ecsact_runtime/archive/c6cdc81000bbee028a8e7a2bc95fc35711db1b75.zip", ) http_archive( @@ -19,9 +19,9 @@ http_archive( http_archive( name = "ecsact_lang_cpp", - sha256 = "f66c5d31cc303022c313a424f4c432c41ff517b73143915436c6c6f06a969a47", - strip_prefix = "ecsact_lang_cpp-34d73ebce5e99ae9711efa79a30ca7acda8599f0", - url = "https://github.com/ecsact-dev/ecsact_lang_cpp/archive/34d73ebce5e99ae9711efa79a30ca7acda8599f0.zip", + sha256 = "2fa208f81a8422f8bce9ed7200fa726622b77af7c8e08fdae4fa723d2e8fc163", + strip_prefix = "ecsact_lang_cpp-3b70f5d276a4b29c709c687295d36ab804042e1a", + url = "https://github.com/ecsact-dev/ecsact_lang_cpp/archive/3b70f5d276a4b29c709c687295d36ab804042e1a.zip", ) load("@rules_ecsact//ecsact:repositories.bzl", "ecsact_register_toolchains", "rules_ecsact_dependencies") @@ -32,9 +32,9 @@ ecsact_register_toolchains() http_archive( name = "ecsact_rt_entt", - sha256 = "da70a04bdddfb9e652e24caa5a2f09811006b2c6fe456239cc0fef1cd6ed1169", - strip_prefix = "ecsact_rt_entt-b1a3c4b44113997ea8227e22ec18b39b30434f95", - urls = ["https://github.com/ecsact-dev/ecsact_rt_entt/archive/b1a3c4b44113997ea8227e22ec18b39b30434f95.zip"], + sha256 = "c38c26466a0906a331e471756555044543f975baa9db16ac87e8f604c40bb362", + strip_prefix = "ecsact_rt_entt-ac95f7b0e14dba1aaccb2cd83aae640591dda0eb", + urls = ["https://github.com/ecsact-dev/ecsact_rt_entt/archive/ac95f7b0e14dba1aaccb2cd83aae640591dda0eb.zip"], ) http_archive(