Skip to content

Commit

Permalink
Update bazel-zig location
Browse files Browse the repository at this point in the history
  • Loading branch information
duarten committed Mar 23, 2023
1 parent 8bc1d90 commit 956a9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def rules_lambda_dependencies():
name = "bazel-zig-cc",
strip_prefix = "bazel-zig-cc-v{}".format(bazel_zig_cc.version),
urls = [
"https://git.sr.ht/~motiejus/bazel-zig-cc/archive/v{}.tar.gz".format(bazel_zig_cc.version),
"https://github.com/uber/bazel-zig-cc/archive/refs/tags/v{}.tar.gz".format(bazel_zig_cc.version),
],
sha256 = bazel_zig_cc.sha,
)
Expand Down

0 comments on commit 956a9e1

Please sign in to comment.