Skip to content

Commit

Permalink
Update clutz
Browse files Browse the repository at this point in the history
  • Loading branch information
ribrdb committed Jun 21, 2018
1 parent f54ee24 commit 18a490f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions closure/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -783,11 +783,11 @@ def io_angular_clutz():
native.new_http_archive(
name = "io_angular_clutz",
build_file = str(Label("//third_party/clutz:clutz.BUILD")),
sha256 = "e2aa4e7e80bc6180113f0c5dc8b0d2cbe7478e478bf17a4166242a04e71714d2",
strip_prefix = "clutz-f1a5819c72c2bce2d0dd03a75f7315cee1abf455",
sha256 = "7a5c785dbcc3ae0daa1fcf4507de6a23bbecdb2bf80460651e4c2b88c1ad7582",
strip_prefix = "clutz-7f1a3ee9ad9f85a9056084dc039496bbd35e11f6",
urls = [
"https://mirror.bazel.build/github.com/angular/clutz/archive/f1a5819c72c2bce2d0dd03a75f7315cee1abf455.tar.gz", # 2017-11-02
"https://github.com/angular/clutz/archive/f1a5819c72c2bce2d0dd03a75f7315cee1abf455.tar.gz",
"https://mirror.bazel.build/github.com/angular/clutz/archive/7f1a3ee9ad9f85a9056084dc039496bbd35e11f6.tar.gz", # 2017-11-02
"https://github.com/angular/clutz/archive/7f1a3ee9ad9f85a9056084dc039496bbd35e11f6.tar.gz",
],
)

Expand Down

0 comments on commit 18a490f

Please sign in to comment.