From 3467d4d9c7c909de012092e0abc6cf065d5a01c3 Mon Sep 17 00:00:00 2001 From: Alexander Nabokikh Date: Thu, 9 Apr 2026 13:07:23 +0200 Subject: [PATCH] colloid-icon-theme: 2025-02-09 -> 2025-07-19 --- pkgs/by-name/co/colloid-icon-theme/package.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/co/colloid-icon-theme/package.nix b/pkgs/by-name/co/colloid-icon-theme/package.nix index 4e5d41e809fc..fe35ad973c5e 100644 --- a/pkgs/by-name/co/colloid-icon-theme/package.nix +++ b/pkgs/by-name/co/colloid-icon-theme/package.nix @@ -44,13 +44,13 @@ lib.checkListOfEnum "colloid-icon-theme: scheme variants" stdenvNoCC.mkDerivation rec { inherit pname; - version = "2025-02-09"; + version = "2025-07-19"; src = fetchFromGitHub { owner = "vinceliuice"; repo = "colloid-icon-theme"; tag = version; - hash = "sha256-x2SSaIkKm1415avO7R6TPkpghM30HmMdjMFUUyPWZsk="; + hash = "sha256-CzFEMY3oJE3sHdIMQQi9qizG8jKo72gR8FlVK0w0p74="; }; nativeBuildInputs = [ @@ -86,6 +86,11 @@ lib.checkListOfEnum "colloid-icon-theme: scheme variants" runHook postInstall ''; + # Drop dangling symlinks from the upstream icon set. + postFixup = '' + find $out/share/icons -xtype l -delete + ''; + passthru.updateScript = gitUpdater { }; meta = {