Skip to content

Commit 9b85428

Browse files
committed
Releasing hermetic_cc_toolchain v4.0.0
1 parent 1e74b7f commit 9b85428

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "hermetic_cc_toolchain",
3-
version = "3.2.0",
3+
version = "4.0.0",
44
)
55

66
bazel_dep(name = "bazel_features", version = "1.21.0")

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Add this to your `WORKSPACE`:
4141
```starlark
4242
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4343

44-
HERMETIC_CC_TOOLCHAIN_VERSION = "v3.2.0"
44+
HERMETIC_CC_TOOLCHAIN_VERSION = "v4.0.0"
4545

4646
http_archive(
4747
name = "hermetic_cc_toolchain",
48-
sha256 = "f82311e2cb758f2cff2567be16cf8c06ce99795e514cc94c17932b74d32c1f36",
48+
sha256 = "fa481fdaf058e54a866ab61245685f6b7a883596dcfddaf2fa67b70fd0d171c4",
4949
urls = [
5050
"https://mirror.bazel.build/github.com/uber/hermetic_cc_toolchain/releases/download/{0}/hermetic_cc_toolchain-{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
5151
"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 = "v3.2.0"
6+
HERMETIC_CC_TOOLCHAIN_VERSION = "v4.0.0"
77

88
http_archive(
99
name = "hermetic_cc_toolchain",
10-
sha256 = "f82311e2cb758f2cff2567be16cf8c06ce99795e514cc94c17932b74d32c1f36",
10+
sha256 = "fa481fdaf058e54a866ab61245685f6b7a883596dcfddaf2fa67b70fd0d171c4",
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)