From 2872a0cd1fa6573a7dcec5f412c46f12bb2ce5f1 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 14 Jan 2025 07:11:19 +0000 Subject: [PATCH] build: update io_bazel_rules_sass digest to adeaf81 (#59508) See associated pull request for more information. PR Close #59508 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a5e48b4f1e2..a41f3729a61 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -143,10 +143,10 @@ cldr_xml_data_repository( # sass rules http_archive( name = "io_bazel_rules_sass", - sha256 = "0eae9a0c840e1e0d0b9ace056f8bde06384315315c4e2ebdb5cec722d1d4134b", - strip_prefix = "rules_sass-aff53ca13ff2af82d323adb02a83c45a301e9ae8", + sha256 = "1d840af29fe9b6dd1d3cebb31ca143450ab8d4036bff76f958c7873a770a46ba", + strip_prefix = "rules_sass-adeaf81181b25f15a2d1d1081630506cd6bd0045", urls = [ - "https://github.com/bazelbuild/rules_sass/archive/aff53ca13ff2af82d323adb02a83c45a301e9ae8.zip", + "https://github.com/bazelbuild/rules_sass/archive/adeaf81181b25f15a2d1d1081630506cd6bd0045.zip", ], )