lol

Cinnamon updates 2025-07-22 (#427464)

authored by

Bobby Rong and committed by
GitHub
649c61d2 29c7db04

+15 -9
+3 -3
pkgs/by-name/mi/mint-l-icons/package.nix
··· 10 10 11 11 stdenvNoCC.mkDerivation { 12 12 pname = "mint-l-icons"; 13 - version = "1.7.4"; 13 + version = "1.7.5"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "linuxmint"; 17 17 repo = "mint-l-icons"; 18 18 # They don't really do tags, this is just a named commit. 19 - rev = "b442277c822c92f7bb68282cb82c7d1a98e3fd37"; 20 - hash = "sha256-vPDEribE/CZwoAK1C9fjbWQEO/NWMWCKCUO/Xw/SxZ0="; 19 + rev = "64ee205dc270b13f3816030330eed108eaa30360"; 20 + hash = "sha256-4tavRQ1bWzVYcAAJtZ4avRHcBB+oTDhdXp6dlSGO4C8="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [
+8 -2
pkgs/by-name/mi/mint-y-icons/package.nix
··· 10 10 11 11 stdenvNoCC.mkDerivation rec { 12 12 pname = "mint-y-icons"; 13 - version = "1.8.3"; 13 + version = "1.8.4"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "linuxmint"; 17 17 repo = "mint-y-icons"; 18 18 rev = version; 19 - hash = "sha256-xGPihqXUraJy9lDCSVjQlNxrhETEcjBTYhyFsZGJRGo="; 19 + hash = "sha256-ftiV9l7hTmWdtw36Z2GKpJZuRwQQ3MQWYIgb62VBde0="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [ ··· 30 30 ]; 31 31 32 32 dontDropIconThemeCache = true; 33 + 34 + postPatch = '' 35 + # Breaks gtk-update-icon-cache 36 + # https://github.com/linuxmint/mint-y-icons/issues/494 37 + find usr/share/icons/Mint-Y/apps/ -type l -name "1AC2_Battle.net Launcher.0.png" -delete 38 + ''; 33 39 34 40 installPhase = '' 35 41 runHook preInstall
+2 -2
pkgs/by-name/xr/xreader/package.nix
··· 36 36 37 37 stdenv.mkDerivation rec { 38 38 pname = "xreader"; 39 - version = "4.2.6"; 39 + version = "4.2.7"; 40 40 41 41 src = fetchFromGitHub { 42 42 owner = "linuxmint"; 43 43 repo = "xreader"; 44 44 rev = version; 45 - hash = "sha256-ELqO8pYMWgU6DUS5vg+F+xFp3w3H6u0Jzms3xaNlTqE="; 45 + hash = "sha256-APBVrrvLS5CFtfi0UlIDtYyg4pfCS8qLc2a4KDOU1Zk="; 46 46 }; 47 47 48 48 nativeBuildInputs = [
+2 -2
pkgs/by-name/xv/xviewer/package.nix
··· 28 28 29 29 stdenv.mkDerivation rec { 30 30 pname = "xviewer"; 31 - version = "3.4.8"; 31 + version = "3.4.9"; 32 32 33 33 src = fetchFromGitHub { 34 34 owner = "linuxmint"; 35 35 repo = "xviewer"; 36 36 rev = version; 37 - hash = "sha256-Wn1a/tGNIJNGbgDKoMMMo/oCXrqCXDM1nTUgCZt0O/U="; 37 + hash = "sha256-WYGX57PUX+WUVVZ1F+oE3QNwKB7ii5FlJdQ/3j5heUA="; 38 38 }; 39 39 40 40 nativeBuildInputs = [