From 5d6ddbcb40da0a7bf6dbf5eb412cd1addf22a12d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:54:56 +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 b36c860..f9ebe89 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 = "16a7fe562f4fe2fbbdf961277f9fd71c92ed8750881997c9725d12d6bd859033", + strip_prefix = "ecsact_runtime-2c45dbba01706c9bf4321402ac15da20844b3a11", + url = "https://github.com/ecsact-dev/ecsact_runtime/archive/2c45dbba01706c9bf4321402ac15da20844b3a11.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 = "f13b18901e48b86d348f4846c61b5bc6ce845a43ca6e8689160d593917301f7e", + strip_prefix = "ecsact_lang_cpp-d098c2d74d49c3f991a33867633570c2ccf21919", + url = "https://github.com/ecsact-dev/ecsact_lang_cpp/archive/d098c2d74d49c3f991a33867633570c2ccf21919.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 = "eba36490476810b8325eb9b2e1d560207a11b5591bef0c5627b362ef16714b5c", + strip_prefix = "ecsact_rt_entt-b15e8d74b9a6c5c9a0f6d3df3eff9d0eb11fb26e", + urls = ["https://github.com/ecsact-dev/ecsact_rt_entt/archive/b15e8d74b9a6c5c9a0f6d3df3eff9d0eb11fb26e.zip"], ) http_archive(