File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11module (
22 name = "hermetic_cc_toolchain" ,
3- version = "4.0.0 " ,
3+ version = "4.0.1 " ,
44)
55
66bazel_dep (name = "bazel_features" , version = "1.21.0" )
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ Add this to your `WORKSPACE`:
4141``` starlark
4242load(" @bazel_tools//tools/build_defs/repo:http.bzl" , " http_archive" )
4343
44- HERMETIC_CC_TOOLCHAIN_VERSION = " v4.0.0 "
44+ HERMETIC_CC_TOOLCHAIN_VERSION = " v4.0.1 "
4545
4646http_archive(
4747 name = " hermetic_cc_toolchain" ,
48- sha256 = " fa481fdaf058e54a866ab61245685f6b7a883596dcfddaf2fa67b70fd0d171c4 " ,
48+ sha256 = " 364655885e5af5acd02b299e4eaf113a1317dd656253249b37b7c9f05bf23b79 " ,
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 ),
Original file line number Diff line number Diff line change 33
44load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
55
6- HERMETIC_CC_TOOLCHAIN_VERSION = "v4.0.0 "
6+ HERMETIC_CC_TOOLCHAIN_VERSION = "v4.0.1 "
77
88http_archive (
99 name = "hermetic_cc_toolchain" ,
10- sha256 = "fa481fdaf058e54a866ab61245685f6b7a883596dcfddaf2fa67b70fd0d171c4 " ,
10+ sha256 = "364655885e5af5acd02b299e4eaf113a1317dd656253249b37b7c9f05bf23b79 " ,
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 ),
You can’t perform that action at this time.
0 commit comments