diff --git a/WORKSPACE b/WORKSPACE index 85c3f79..9f9fb3f 100755 --- a/WORKSPACE +++ b/WORKSPACE @@ -189,9 +189,9 @@ bind( http_archive( name = "zlib_git", build_file = "//third_party:zlib.BUILD", - sha256 = "e380bd1bdb6447508beaa50efc653fe45f4edc1dafe11a251ae093e0ee97db9a", - strip_prefix = "zlib-1.2.8", - url = "https://github.com/madler/zlib/archive/v1.2.8.tar.gz", + sha256 = "d8688496ea40fb61787500e863cc63c9afcbc524468cedeb478068924eb54932", + strip_prefix = "zlib-1.2.12", + url = "https://github.com/madler/zlib/archive/v1.2.12.tar.gz", ) bind(