From b169eb11dbe94010aa9548908ae95dfbb3072d09 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 17 Oct 2024 21:11:22 +0000 Subject: [PATCH] build: update io_bazel_rules_sass digest to 43a9cda (#58253) See associated pull request for more information. PR Close #58253 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 944a4631e89..02f88316af8 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -143,10 +143,10 @@ cldr_xml_data_repository( # sass rules http_archive( name = "io_bazel_rules_sass", - sha256 = "5dc8ff9d53396c7de975ccd547ecd3b542f4bda4a10190e9d3d8c97f990f68b0", - strip_prefix = "rules_sass-9fa2d50adc1804011a1d4cd8976a7af863154b00", + sha256 = "daffa6230e3f374dea1462e8eab353bf51f0b738a22a16b2dd957e0f730d2032", + strip_prefix = "rules_sass-43a9cda0b2c96a2304bf04080423fb98a0a1b22a", urls = [ - "https://github.com/bazelbuild/rules_sass/archive/9fa2d50adc1804011a1d4cd8976a7af863154b00.zip", + "https://github.com/bazelbuild/rules_sass/archive/43a9cda0b2c96a2304bf04080423fb98a0a1b22a.zip", ], )