playerctl: 2.3.1 -> 2.4.1

(cherry picked from commit b01290e0ecef1b2a57760fdd0facf0f0f48610ae)

Reason: fixes a crash with TrackList and Playlists interfaces [1]

[1]: https://github.com/altdesktop/playerctl/pull/215
This commit is contained in:
R. RyanTM 2021-09-23 07:30:23 +00:00 committed by Ash Holland
parent 2502b34166
commit f203c41098

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "playerctl";
version = "2.3.1";
version = "2.4.1";
src = fetchFromGitHub {
owner = "acrisci";
repo = "playerctl";
rev = "v${version}";
sha256 = "00z5c6amlxd3q42l7x8i0ngl627dxglgg5vikbbhjp9ms34xbxdn";
sha256 = "sha256-OiGKUnsKX0ihDRceZoNkcZcEAnz17h2j2QUOSVcxQEY=";
};
nativeBuildInputs = [ meson ninja pkg-config gtk-doc docbook_xsl gobject-introspection ];