Skip to content

Commit

Permalink
Update Escact Repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2022
1 parent 4c91ffb commit 50bec3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "561271214588bedb2945e30f4b6db3c6b4ee0dcc6765cef5173c0a4f651de858",
strip_prefix = "ecsact_lang_cpp-1a2f9ad4fa2a123af913740a6bc673156885d8ff",
url = "https://github.com/ecsact-dev/ecsact_lang_cpp/archive/1a2f9ad4fa2a123af913740a6bc673156885d8ff.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 = "63bdb0809b22969a9cbac95cd25de97e886d1fa1f9d19b82ce4257840e315145",
strip_prefix = "ecsact_rt_entt-0e68059f1af7a35d7e54b3c5623f76b7e8f8b017",
urls = ["https://github.com/ecsact-dev/ecsact_rt_entt/archive/0e68059f1af7a35d7e54b3c5623f76b7e8f8b017.zip"],
)

http_archive(
Expand Down

0 comments on commit 50bec3d

Please sign in to comment.