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 Dec 8, 2022
1 parent 4c91ffb commit 634fa07
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions WORKSPACE
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 = "e54d78fcb442334adf6503eae5af897bf0cf70ef3603fa844492323b4d957db2",
strip_prefix = "ecsact_runtime-56e9374a994e7778c558f3083f44aca00ec10d8c",
url = "https://github.com/ecsact-dev/ecsact_runtime/archive/56e9374a994e7778c558f3083f44aca00ec10d8c.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 = "2eb4456d0a706952bd46cff9cb6d1353a70d981e69eb42939da65b4c019ec610",
strip_prefix = "ecsact_lang_cpp-23cb4156fb69a3e7e54a1093a91cd63a87a8abb2",
url = "https://github.com/ecsact-dev/ecsact_lang_cpp/archive/23cb4156fb69a3e7e54a1093a91cd63a87a8abb2.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 = "b02b19070105ce820eaae763a6b45c6a538cded8475fc40e2e1066db09789695",
strip_prefix = "ecsact_rt_entt-9a357b1167d1bc2de03e8594f753ef3bc59566f5",
urls = ["https://github.com/ecsact-dev/ecsact_rt_entt/archive/9a357b1167d1bc2de03e8594f753ef3bc59566f5.zip"],
)

http_archive(
Expand Down

0 comments on commit 634fa07

Please sign in to comment.