Skip to content

Commit 3af2c1a

Browse files
authored
Update bazel-zig-cc remote url. (#335)
Signed-off-by: [email protected] <[email protected]>
1 parent 8aa8053 commit 3af2c1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repositories.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ def proxy_wasm_cpp_host_repositories():
4242
maybe(
4343
http_archive,
4444
name = "bazel-zig-cc",
45-
sha256 = "ad6384b4d16ebb3e5047df6548a195e598346da84e5f320250beb9198705ac81",
46-
strip_prefix = "bazel-zig-cc-v0.4.4",
47-
url = "https://git.sr.ht/~motiejus/bazel-zig-cc/archive/v0.4.4.tar.gz",
45+
sha256 = "0c29b7975c65026eefdb9226864c3eefccd4a8b5549b4b2709d1912fdc92e472",
46+
strip_prefix = "bazel-zig-cc-0.4.4",
47+
url = "https://github.com/uber/bazel-zig-cc/archive/refs/tags/v0.4.4.tar.gz",
4848
)
4949

5050
maybe(

0 commit comments

Comments
 (0)