From f8c0d2149e41c2bf2d847911c64c1ec1c60692a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 04:29:46 +0000 Subject: [PATCH] sass: Update to version 1.80.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index c598703415..202bc7bbff 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.80.0", + "version": "1.80.1", "description": "The primary implementation of Sass, written in Dart.", "homepage": "https://sass-lang.com/dart-sass", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.80.0/dart-sass-1.80.0-windows-x64.zip", - "hash": "6e362a447c87783c94f3a70d71e1122b900f165a6d9b8535dec3da303ee0d2e5" + "url": "https://github.com/sass/dart-sass/releases/download/1.80.1/dart-sass-1.80.1-windows-x64.zip", + "hash": "0d1f5274c04463b7895d18b3d7d090c37211cd2bdfaee1e206f16190c0c522b9" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.80.0/dart-sass-1.80.0-windows-ia32.zip", - "hash": "ba8ab665b1b46d348721c91f3bbd1f1bab10583690c0a453b254c50ba15bb8d8" + "url": "https://github.com/sass/dart-sass/releases/download/1.80.1/dart-sass-1.80.1-windows-ia32.zip", + "hash": "e08954556ebd42f0cf7d3d91120dd5355226c214575e224f09ad6a121ab3b5d2" } }, "extract_dir": "dart-sass",