From 2b2cf5e27ef07588a586eb46d97c758f30ced05d Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Thu, 5 Dec 2024 11:37:49 +0000 Subject: [PATCH] Update WORKSPACE --- WORKSPACE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 52749bf..bd73388 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -17,8 +17,9 @@ http_archive( http_archive( name = "rules_cc", - strip_prefix = "rules_cc-main", - urls = ["https://github.com/bazelbuild/rules_cc/archive/main.zip"], + urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.17/rules_cc-0.0.17.tar.gz"], + sha256 = "abc605dd850f813bb37004b77db20106a19311a96b2da1c92b789da529d28fe1", + strip_prefix = "rules_cc-0.0.17", ) http_archive(