Skip to content

Commit

Permalink
Fix sha for zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed May 27, 2022
1 parent 3ac1e04 commit 1ca0072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/third_party/zlib/zlib_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def zlib_repositories():
http_archive,
name = "zlib",
build_file = Label("//zlib:BUILD.zlib.bazel"),
sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
sha256 = "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9",
strip_prefix = "zlib-1.2.12",
urls = [
"https://zlib.net/zlib-1.2.12.tar.gz",
Expand Down

0 comments on commit 1ca0072

Please sign in to comment.