colloid-icon-theme: 2025-02-09 -> 2025-07-19 (#508292)

This commit is contained in:
José Romildo Malaquias
2026-04-26 01:55:53 +00:00
committed by GitHub
@@ -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 = {