diff --git a/test/MODULE.bazel b/test/MODULE.bazel index 8b3c5c7..de544e7 100644 --- a/test/MODULE.bazel +++ b/test/MODULE.bazel @@ -5,11 +5,10 @@ bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2") bazel_dep(name = "boost.process", version = "1.83.0.bzl.2") bazel_dep(name = "ecsact_runtime", version = "0.6.5") -# TODO: https://github.com/bazelbuild/bazel-central-registry/pull/1916 git_override( module_name = "libarchive", - commit = "7c331f92acea5243c195cdc6fb46ecfa11ce1ce2", - remote = "https://github.com/zaucy/libarchive.git", + commit = "5593000c81d6e1ee7505e5422fa7682f3fae0830", + remote = "https://github.com/thesayyn/bazel-central-registry.git", ) bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)