From 76c8d045ed46d77cd457232c2aec52277a05e761 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:04:34 +0000 Subject: [PATCH] build: update `rules_sass` to `1184a80751a21af8348f308abc5b38a41f26850e` (#64288) This included a fix to build the repo on Linux ARM64 which is needed by the Firefox team https://github.com/devversion/rules_sass/pull/37 PR Close #64288 --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 53b798fb81b..54210f7480e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -32,7 +32,7 @@ git_override( bazel_dep(name = "rules_sass") git_override( module_name = "rules_sass", - commit = "4a54e0e4e75fc6456ff874e53fb4a78bdfeb44b9", + commit = "1184a80751a21af8348f308abc5b38a41f26850e", remote = "https://github.com/devversion/rules_sass.git", )