Skip to content

Commit 0e98778

Browse files
committed
Releasing hermetic_cc_toolchain v3.1.1
1 parent f8c17de commit 0e98778

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.1.0",
3+
version = "3.1.1",
44
)
55

66
bazel_dep(name = "platforms", version = "0.0.8")

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 = "v3.1.0"
42+
HERMETIC_CC_TOOLCHAIN_VERSION = "v3.1.1"
4343
4444
http_archive(
4545
name = "hermetic_cc_toolchain",
46-
sha256 = "df091afc25d73b0948ed371d3d61beef29447f690508e02bc24e7001ccc12d38",
46+
sha256 = "907745bf91555f77e8234c0b953371e6cac5ba715d1cf12ff641496dd1bce9d1",
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 = "v3.1.0"
6+
HERMETIC_CC_TOOLCHAIN_VERSION = "v3.1.1"
77

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