Skip to content

Commit

Permalink
Merge pull request #1150 from tweag/philwo-patch-1
Browse files Browse the repository at this point in the history
Mirror zlib's http_archive
  • Loading branch information
mergify[bot] authored Nov 19, 2019
2 parents 636a68b + a74166b commit 33743d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ cc_library(name = "z", srcs = glob(["*.c"]), hdrs = glob(["*.h"]))
""",
sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
strip_prefix = "zlib-1.2.11",
urls = ["http://zlib.net/zlib-1.2.11.tar.gz"],
urls = [
"https://mirror.bazel.build/zlib.net/zlib-1.2.11.tar.gz",
"http://zlib.net/zlib-1.2.11.tar.gz",
],
)

# Demonstrates a vendored Stackage package to bump a version bound.
Expand Down

0 comments on commit 33743d2

Please sign in to comment.