1
Fork 0

Update release notes for v0.6.0

nix
Motiejus Jakštys 2022-04-07 14:39:47 +03:00
parent 313f16b020
commit 6a6af239a5
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ from Bazel.
Add this to your `WORKSPACE`:
```
BAZEL_ZIG_CC_VERSION = "v0.5.0"
BAZEL_ZIG_CC_VERSION = "v0.6.0"
http_archive(
name = "bazel-zig-cc",
sha256 = "7d7e2bcfe15fce3a6d46ab1ed6f06e36a4729ff5e75916023a09b425ef6f32dd",
sha256 = "a2a0e8b316ad7028c45ab7532425ee9dbf99f08e1027e79b9c6e3f99ad3a7c85",
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)],
)