Skip to content

Commit 9f2456c

Browse files
committed
Releasing hermetic_cc_toolchain v2.0.0
1 parent 1c89619 commit 9f2456c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Add this to your `WORKSPACE`:
3939
```
4040
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4141
42-
HERMETIC_CC_TOOLCHAIN_VERSION = "v2.0.0-rc2"
42+
HERMETIC_CC_TOOLCHAIN_VERSION = "v2.0.0"
4343
4444
http_archive(
4545
name = "hermetic_cc_toolchain",
46-
sha256 = "40dff82816735e631e8bd51ede3af1c4ed1ad4646928ffb6a0e53e228e55738c",
46+
sha256 = "57f03a6c29793e8add7bd64186fc8066d23b5ffd06fe9cc6b0b8c499914d3a65",
4747
urls = [
4848
"https://mirror.bazel.build/github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
4949
"https://github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),

examples/rules_cc/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
55

6-
HERMETIC_CC_TOOLCHAIN_VERSION = "v2.0.0-rc2"
6+
HERMETIC_CC_TOOLCHAIN_VERSION = "v2.0.0"
77

88
http_archive(
99
name = "hermetic_cc_toolchain",
10-
sha256 = "40dff82816735e631e8bd51ede3af1c4ed1ad4646928ffb6a0e53e228e55738c",
10+
sha256 = "57f03a6c29793e8add7bd64186fc8066d23b5ffd06fe9cc6b0b8c499914d3a65",
1111
urls = [
1212
"https://mirror.bazel.build/github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
1313
"https://github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),

0 commit comments

Comments
 (0)