Skip to content

Commit

Permalink
chore(deps): update escact repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent 5924866 commit 8a5ecfe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "ee8d48b474a8b01e6c8ec82be722aff1e014e5963031cc3c8919e158797debe8",
strip_prefix = "ecsact_runtime-c5afee10259ac99d15c12cf8d4203550444e6470",
url = "https://github.com/ecsact-dev/ecsact_runtime/archive/c5afee10259ac99d15c12cf8d4203550444e6470.zip",
)

http_archive(
Expand All @@ -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 = "e5cc345d1af1c7b3a27d18195b8e2873f8a23c0d9217f2c7025fe07c7b6f6b37",
strip_prefix = "ecsact_lang_cpp-b7b4fc2203d0acf66f425fc0ec70dc63a0d0a62d",
url = "https://github.com/ecsact-dev/ecsact_lang_cpp/archive/b7b4fc2203d0acf66f425fc0ec70dc63a0d0a62d.zip",
)

load("@rules_ecsact//ecsact:repositories.bzl", "ecsact_register_toolchains", "rules_ecsact_dependencies")
Expand All @@ -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 = "868f588eaad1855951851477bfdab547eaf0070c680dd96057cee291b08136a8",
strip_prefix = "ecsact_rt_entt-b6147113d6fb259c03a20fd88e1dbd6b7e24fa29",
urls = ["https://github.com/ecsact-dev/ecsact_rt_entt/archive/b6147113d6fb259c03a20fd88e1dbd6b7e24fa29.zip"],
)

http_archive(
Expand Down

0 comments on commit 8a5ecfe

Please sign in to comment.