Skip to content

Commit

Permalink
bazel: bump zlib (#590)
Browse files Browse the repository at this point in the history
Looks https://zlib.net immediately stops distributing the old version
the very instant a minor version bump happens. This broke our CI.
  • Loading branch information
pkova authored Jan 23, 2024
2 parents e0dcbe4 + fae229a commit 46e7fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,10 @@ versioned_http_archive(
versioned_http_archive(
name = "zlib",
build_file = "//bazel/third_party/zlib:zlib.BUILD",
sha256 = "ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e",
sha256 = "9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23",
strip_prefix = "zlib-{version}",
url = "https://www.zlib.net/zlib-{version}.tar.gz",
version = "1.3",
version = "1.3.1",
)

#
Expand Down

0 comments on commit 46e7fa9

Please sign in to comment.