12 pname = "deadbeef-mpris2-plugin";
16 inherit pname version;
18 src = fetchFromGitHub {
19 owner = "DeaDBeeF-Player";
22 hash = "sha256-f6iHgwLdzQJJEquyuUQGWFfOfpjH/Hxh9IqQ5HkYrog=";
36 description = "MPRISv2 plugin for the DeaDBeeF music player";
37 homepage = "https://github.com/DeaDBeeF-Player/deadbeef-mpris2-plugin/";
38 license = licenses.gpl2;
39 platforms = platforms.linux;
40 maintainers = [ maintainers.abbradar ];