From 63ca8196a10f65158b31a78be3a1a195356497cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:39:40 +0000 Subject: [PATCH] Update com_github_nelhage_rules_boost digest to d8f4f9f --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 85887f7..0fb9f27 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -75,10 +75,10 @@ http_archive( # Boost http_archive( name = "com_github_nelhage_rules_boost", - sha256 = "8d7525bb046049614d2ca28d3be6b3f44e144abf90d0d67a25370d56e6918b28", - strip_prefix = "rules_boost-e1854fb177ae91dc82ce9534737f5238d2cee9d0", + sha256 = "178680b0a5093e17a747bfe8860adc7d5c32a9105983c1075478210973d1b083", + strip_prefix = "rules_boost-d8f4f9f88b12461b19354dea4df5f9ee78262067", urls = [ - "https://github.com/nelhage/rules_boost/archive/e1854fb177ae91dc82ce9534737f5238d2cee9d0.tar.gz", + "https://github.com/nelhage/rules_boost/archive/d8f4f9f88b12461b19354dea4df5f9ee78262067.tar.gz", ] ) load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")