mint-y-icons: 1.8.3 -> 1.8.4

https://github.com/linuxmint/mint-y-icons/compare/1.8.3...1.8.4
This commit is contained in:
Bobby Rong
2025-07-22 22:17:36 +08:00
parent c87b95e250
commit e811c41fa8
+8 -2
View File
@@ -10,13 +10,13 @@
stdenvNoCC.mkDerivation rec {
pname = "mint-y-icons";
version = "1.8.3";
version = "1.8.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "mint-y-icons";
rev = version;
hash = "sha256-xGPihqXUraJy9lDCSVjQlNxrhETEcjBTYhyFsZGJRGo=";
hash = "sha256-ftiV9l7hTmWdtw36Z2GKpJZuRwQQ3MQWYIgb62VBde0=";
};
propagatedBuildInputs = [
@@ -31,6 +31,12 @@ stdenvNoCC.mkDerivation rec {
dontDropIconThemeCache = true;
postPatch = ''
# Breaks gtk-update-icon-cache
# https://github.com/linuxmint/mint-y-icons/issues/494
find usr/share/icons/Mint-Y/apps/ -type l -name "1AC2_Battle.net Launcher.0.png" -delete
'';
installPhase = ''
runHook preInstall