1

revert suggested upgrade

CI fails.
This commit is contained in:
Motiejus Jakštys 2021-12-22 11:08:45 +02:00
parent 37ba0d5523
commit 0b72ac4335

View File

@ -14,11 +14,11 @@ from Bazel.
Add this to your `WORKSPACE`:
```
BAZEL_ZIG_CC_VERSION = "v0.4.0"
BAZEL_ZIG_CC_VERSION = "v0.4.0-rc2"
http_archive(
name = "bazel-zig-cc",
sha256 = "e8caba26519a2d9c71ef34ce4237d9973bd42dfd454b77f4175eb304c57852a4",
sha256 = "3fd0a8ed10adaa49cdb709a9ecb05990c9762849f6098412e205e3a2260fecc4",
strip_prefix = "bazel-zig-cc-{}".format(BAZEL_ZIG_CC_VERSION),
urls = ["https://git.sr.ht/~motiejus/bazel-zig-cc/archive/{}.tar.gz".format(BAZEL_ZIG_CC_VERSION)],
)