From 62d2be2e79e1466783884a0ba579956ef64d4a3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:03:54 +0000 Subject: [PATCH] chore(deps): update dependency llvm_zlib to v2.3.3 --- fetch_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fetch_deps.bzl b/fetch_deps.bzl index 70243f3f..0d9dfb41 100644 --- a/fetch_deps.bzl +++ b/fetch_deps.bzl @@ -107,10 +107,10 @@ def fetch_direct_dependencies(): http_archive( name = "llvm_zlib", build_file = "@llvm-raw//utils/bazel/third_party_build:zlib-ng.BUILD", - sha256 = "e36bb346c00472a1f9ff2a0a4643e590a254be6379da7cddd9daeb9a7f296731", - strip_prefix = "zlib-ng-2.0.7", + sha256 = "5b01369b98c951d79b8aec0dcd74ad539db13d9d333366cd3ba0d20743ee90b0", + strip_prefix = "zlib-ng-2.3.3", urls = [ - "https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.0.7.zip", + "https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.3.3.zip", ], )