From ea7a8170507170002639c586d2a04e7c309df6c8 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 12 Dec 2025 22:48:46 +0800 Subject: [PATCH] mint-l-theme: 2.0.2 -> 2.0.3 https://github.com/linuxmint/mint-l-theme/compare/2.0.2...2.0.3 --- pkgs/by-name/mi/mint-l-theme/package.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/mi/mint-l-theme/package.nix b/pkgs/by-name/mi/mint-l-theme/package.nix index 01476cf1d229..9244a81ae887 100644 --- a/pkgs/by-name/mi/mint-l-theme/package.nix +++ b/pkgs/by-name/mi/mint-l-theme/package.nix @@ -3,25 +3,23 @@ lib, fetchFromGitHub, python3, - sassc, - sass, + python3Packages, }: stdenvNoCC.mkDerivation rec { pname = "mint-l-theme"; - version = "2.0.2"; + version = "2.0.3"; src = fetchFromGitHub { owner = "linuxmint"; repo = "mint-l-theme"; rev = version; - hash = "sha256-QPTU/wCOytleuiQAodGzZ1MGWD2Sk7eoeXWpi6nS5As="; + hash = "sha256-RdcojX+8SQDJ9LPb81iMzdoCZBpoypf/+aQcgotnVGE="; }; nativeBuildInputs = [ python3 - sassc - sass + python3Packages.libsass ]; postPatch = ''