1
Fork 0

Update release notes for v0.9.2

nix
Motiejus Jakštys 2022-09-12 13:46:54 +03:00
parent bf32b5ee92
commit f0f2ce597e
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@ scratching, I promise.
Add this to your `WORKSPACE`:
```
BAZEL_ZIG_CC_VERSION = "v0.9.1"
BAZEL_ZIG_CC_VERSION = "v0.9.2"
http_archive(
name = "bazel-zig-cc",
sha256 = "ab596041c0217a66ed8e6af49955c5d427b1f3e5b5603713696b3444810608f0",
sha256 = "73afa7e1af49e3dbfa1bae9362438cdc51cb177c359a6041a7a403011179d0b5",
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)],
)