From 030d00f29f969fba6796871e4f8238529855bfe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:12:46 +0000 Subject: [PATCH] chore(deps): update rules_cc_stamp digest to 2f8b52e --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 29b383b..bf1fa44 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -2,9 +2,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file" http_archive( name = "rules_cc_stamp", - strip_prefix = "rules_cc_stamp-63d4861f4d420b574fa0f112599aae2b8aee785e", - urls = ["https://github.com/zaucy/rules_cc_stamp/archive/63d4861f4d420b574fa0f112599aae2b8aee785e.zip"], - sha256 = "f469a3b97eeabeb850c655f59ea17799ff40badd3a0b3e9de38534c89ad2f87d", + strip_prefix = "rules_cc_stamp-2f8b52eae4e7e52c3f5573d79db37eaac296289e", + urls = ["https://github.com/zaucy/rules_cc_stamp/archive/2f8b52eae4e7e52c3f5573d79db37eaac296289e.zip"], + sha256 = "8ed2f5ee3576958339568847cd54ed981f39acf610b7ded3c5eb5582e6ab7d00", ) http_archive(