We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383edcf commit 53a2c99Copy full SHA for 53a2c99
1 file changed
WORKSPACE
@@ -26,9 +26,9 @@ http_archive(
26
http_archive(
27
name = "zlib",
28
build_file = "@com_google_protobuf//:third_party/zlib.BUILD",
29
- sha256 = "d8688496ea40fb61787500e863cc63c9afcbc524468cedeb478068924eb54932",
30
- strip_prefix = "zlib-1.2.12",
31
- urls = ["https://github.com/madler/zlib/archive/v1.2.12.tar.gz"],
+ sha256 = "17e88863f3600672ab49182f217281b6fc4d3c762bde361935e436a95214d05c",
+ strip_prefix = "zlib-1.3.1",
+ urls = ["https://github.com/madler/zlib/archive/v1.3.1.tar.gz"],
32
)
33
34
# Needed by com_google_protobuf.
0 commit comments