From c2a52610b142e41125aaaa29d41572a845af4776 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:48:09 +0000 Subject: [PATCH] Update com_github_nelhage_rules_boost digest to 1fb2b12 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 85887f7..0be71bb 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 = "17accdd320cc47cde6bbf3b906ca656ac3d8f75a768288968ff86876fa23f566", + strip_prefix = "rules_boost-1fb2b1218466c707d60834d2047cd2d5e2852c0f", urls = [ - "https://github.com/nelhage/rules_boost/archive/e1854fb177ae91dc82ce9534737f5238d2cee9d0.tar.gz", + "https://github.com/nelhage/rules_boost/archive/1fb2b1218466c707d60834d2047cd2d5e2852c0f.tar.gz", ] ) load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")