build: update io_bazel_rules_sass digest to 63d77ff (#51243)

See associated pull request for more information.

PR Close #51243
This commit is contained in:
Angular Robot
2023-09-14 01:25:58 +00:00
committed by Pawel Kozlowski
parent a31dcb993f
commit ffd25fcfbe
+3 -3
View File
@@ -194,10 +194,10 @@ cldr_xml_data_repository(
# sass rules
http_archive(
name = "io_bazel_rules_sass",
sha256 = "be45350fce6cec8c6bf98238d51ec270b58b1a93ace6acf156ab0b09bbccaaf9",
strip_prefix = "rules_sass-ded821e3fc30ec3ceecdc28618b8b5df440a26be",
sha256 = "81758d485da797baca81fb07e2b14a818e33c539beaddeb373054b5c39807010",
strip_prefix = "rules_sass-63d77ffdf3039aae1f0bb54e05ff47b7c50f1553",
urls = [
"https://github.com/bazelbuild/rules_sass/archive/ded821e3fc30ec3ceecdc28618b8b5df440a26be.zip",
"https://github.com/bazelbuild/rules_sass/archive/63d77ffdf3039aae1f0bb54e05ff47b7c50f1553.zip",
],
)