libmpdclient: 2.9 -> 2.10
This commit is contained in:
parent
d8cd5d34ae
commit
7ae97432b8
@ -6,21 +6,21 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.musicpd.org/download/libmpdclient/2/${name}.tar.xz";
|
url = "http://www.musicpd.org/download/libmpdclient/2/${name}.tar.xz";
|
||||||
sha256 = "1jlrfqxqq3gscwrppr2h0xqxd5abl1ypwpwpwnpxs6p9c2jppjbw";
|
sha256 = "10pzs9z815a8hgbbbiliapyiw82bnplsccj5irgqjw5f5plcs22g";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ doxygen ];
|
buildInputs = [ doxygen ];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
majorVersion = "2";
|
majorVersion = "2";
|
||||||
minorVersion = "9";
|
minorVersion = "10";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Client library for MPD (music player daemon)";
|
description = "Client library for MPD (music player daemon)";
|
||||||
homepage = http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki;
|
homepage = http://www.musicpd.org/libs/libmpdclient/;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = with stdenv.lib.platforms; unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.mornfall ];
|
maintainers = with maintainers; [ mornfall emery ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user