From 496c36fd2293b1c9d1180cd4c55ce9e08efdbcc6 Mon Sep 17 00:00:00 2001 From: alyssawilk Date: Wed, 9 Oct 2024 16:23:02 -0400 Subject: [PATCH] ci: change googleurl dep (#36515) backing file temporarily deleted and re-updated (with a new hash) Signed-off-by: Alyssa Wilk (cherry picked from commit 55b0fc45cfdc2c0df002690606853540cf794fab) --- bazel/repository_locations.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index fe5d5de42fa6..f00dd59b6b90 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1219,9 +1219,9 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Chrome URL parsing library", project_desc = "Chrome URL parsing library", project_url = "https://quiche.googlesource.com/googleurl", - # Static snapshot of https://quiche.googlesource.com/googleurl/+archive/dd4080fec0b443296c0ed0036e1e776df8813aa7.tar.gz version = "dd4080fec0b443296c0ed0036e1e776df8813aa7", - sha256 = "59f14d4fb373083b9dc8d389f16bbb817b5f936d1d436aa67e16eb6936028a51", + sha256 = "fc694942e8a7491dcc1dde1bddf48a31370a1f46fef862bc17acf07c34dc6325", + # Static snapshot of https://quiche.googlesource.com/googleurl/+archive/dd4080fec0b443296c0ed0036e1e776df8813aa7.tar.gz urls = ["https://storage.googleapis.com/quiche-envoy-integration/{version}.tar.gz"], use_category = ["controlplane", "dataplane_core"], extensions = [],