From e57538ebd8ddcd548f5c0f326cc6db77db33edbb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 3 Apr 2026 15:20:59 +0200 Subject: [PATCH] lomiri-qt6.suru-icon-theme: 2025.05.0 -> 2026.03.0 Co-authored-by: OPNA2608 --- pkgs/desktops/lomiri/data/suru-icon-theme/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/desktops/lomiri/data/suru-icon-theme/default.nix b/pkgs/desktops/lomiri/data/suru-icon-theme/default.nix index 94357423aee2..9f177ec48fe0 100644 --- a/pkgs/desktops/lomiri/data/suru-icon-theme/default.nix +++ b/pkgs/desktops/lomiri/data/suru-icon-theme/default.nix @@ -2,21 +2,21 @@ stdenvNoCC, lib, fetchFromGitLab, + adwaita-icon-theme, gitUpdater, gtk3, hicolor-icon-theme, - ubuntu-themes, }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "suru-icon-theme"; - version = "2025.05.0"; + version = "2026.03.0"; src = fetchFromGitLab { owner = "ubports"; repo = "development/core/suru-icon-theme"; rev = finalAttrs.version; - hash = "sha256-6MyZTRcfCpiCXzwrwNiBP6J4L4oFbFtoymhke13tLy0="; + hash = "sha256-cH3Ce2DKlfFZYpkYA7J4GFtYBYSoHoQICPWygI45/so="; }; # Commit 79763fa4ff701d1d89d7362c37c65b2a3cbdf543 introduced abunch of symlinks for Lomiri apps' icons to files from this theme. @@ -36,7 +36,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { hicolor-icon-theme # theme setup hook ]; - propagatedBuildInputs = [ ubuntu-themes ]; + propagatedBuildInputs = [ adwaita-icon-theme ]; dontConfigure = true; dontBuild = true;