aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2018-03-13 06:56:12 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-13 06:59:17 -0700
commit0f3f788e37e9e9892f7f1f929eca92f4d9a0d07d (patch)
tree621f86b437bd83344b81ed00676447d9cc53902b /WORKSPACE
parent19444d514ca1b7b9841f6a5eb986caef10e1f682 (diff)
WORKSPACE file: fix sha256 of j2objc-2.0.3.zip
Fixes https://github.com/bazelbuild/bazel/issues/4801 Change-Id: I6a66a4d0cb3651484af48a10f5f9eabbf569a8dc Closes #4826. Change-Id: I6a66a4d0cb3651484af48a10f5f9eabbf569a8dc PiperOrigin-RevId: 188866578
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE3
1 files changed, 2 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index ccbf0dc027..3108c989be 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -36,7 +36,8 @@ bind(
http_archive(
name = "bazel_j2objc",
url = "https://github.com/google/j2objc/releases/download/2.0.3/j2objc-2.0.3.zip",
- sha256 = "529ee99e6f0e3f88edef61aeae4f13dc6e5eb8183993ced191338422b0e1fbeb",
+ # Computed using "shasum -a 256 j2objc-2.0.3.zip"
+ sha256 = "a36bac432d0dbd8c98249e484b2b69dd5720afa4abb58711a3c3def1c0bfa21d",
strip_prefix = "j2objc-2.0.3",
)