···7788let
99 pname = "plexamp";
1010- version = "4.12.3";
1010+ version = "4.12.4";
11111212 src = fetchurl {
1313 url = "https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-${version}.AppImage";
1414 name = "${pname}-${version}.AppImage";
1515- hash = "sha512-gjOjk/JtHbhEDGzWH/bBtNd7qsYS97hBlPbRw7uWH/PCXD4urUWBrlihNWAOgYClVwl7nbrx/y7mhCrI2N6c1w==";
1515+ hash = "sha512-LtYqC4pqX7hA+clUj9UVrp0YWebELULM23SsYlKnVDcYbZn8LJldiOOebS0+SU4RqK1a8Z3Kh4fPJ/HfijP0qw==";
1616 };
17171818 appimageContents = appimageTools.extractType2 {
···3838 meta = with lib; {
3939 description = "Beautiful Plex music player for audiophiles, curators, and hipsters";
4040 homepage = "https://plexamp.com/";
4141- changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/80";
4141+ changelog = "https://forums.plex.tv/t/plexamp-release-notes/221280/81";
4242 license = licenses.unfree;
4343 maintainers = with maintainers; [
4444 killercup
+8
pkgs/applications/graphics/gimp/default.nix
···6666 adwaita-icon-theme,
6767 alsa-lib,
6868 desktopToDarwinBundle,
6969+ fetchpatch,
6970}:
70717172let
···109110 # so we need to pick up the one from the package.
110111 (replaceVars ./tests-dbus-conf.patch {
111112 session_conf = "${dbus.out}/share/dbus-1/session.conf";
113113+ })
114114+115115+ # Fix a crash that occurs when trying to pick a color for text outline
116116+ # TODO: remove after GIMP 3.2 is released, per https://gitlab.gnome.org/GNOME/gimp/-/issues/14047#note_2491655
117117+ (fetchpatch {
118118+ url = "https://gitlab.gnome.org/GNOME/gimp/-/commit/1685c86af5d6253151d0056a9677ba469ea10164.diff";
119119+ hash = "sha256-Rb3ANXWki21thByEIWkBgWEml4x9Qq2HAIB9ho1bygw=";
112120 })
113121 ];
114122