From 6fea1e23a8318a2b25be0147790a076df7f7c8e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:15:48 +0000 Subject: [PATCH] chore(deps): update bazel_sundry digest to c7d6d76 --- repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index cb2acdd..af4d232 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -7,9 +7,9 @@ def http_archive(name, **kwargs): def ecsact_parse_dependencies(): http_archive( name = "bazel_sundry", - sha256 = "4ee3c8e29eb3d4f34b1ca7d2374437b5c6f0fd62316f90e38e9f32119421466d", - strip_prefix = "bazel_sundry-de785e9f424948949cafed3ee8bee9689dc84a80", - url = "https://github.com/seaube/bazel_sundry/archive/de785e9f424948949cafed3ee8bee9689dc84a80.zip", + sha256 = "a7829402646f0321698236df87d4c61975cdbce8e8a0590a02a681e72732b5c7", + strip_prefix = "bazel_sundry-c7d6d76fa4f03d147a69cbd435a26913bf3da7fe", + url = "https://github.com/seaube/bazel_sundry/archive/c7d6d76fa4f03d147a69cbd435a26913bf3da7fe.zip", ) http_archive(