mpd: 0.21.19 -> 0.21.20
This commit is contained in:
parent
d1d4d90bd3
commit
4bd23a3abc
1 changed files with 3 additions and 3 deletions
|
@ -102,13 +102,13 @@ let
|
|||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "mpd";
|
||||
version = "0.21.19";
|
||||
version = "0.21.20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MusicPlayerDaemon";
|
||||
repo = "MPD";
|
||||
rev = "v${version}";
|
||||
sha256 = "0awfnhygasww2xbxnc3a81hv2kbw3v3mblav6wjvzz25qipv19dq";
|
||||
sha256 = "05148zwaf1ix369i1n1fx84j66qa1ab1p3m7781lk3dz5hqf185x";
|
||||
};
|
||||
|
||||
buildInputs = [ glib boost ]
|
||||
|
@ -130,7 +130,7 @@ let
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A flexible, powerful daemon for playing music";
|
||||
homepage = http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki;
|
||||
homepage = "http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ astsmtl ehmry fpletz tobim ];
|
||||
platforms = platforms.unix;
|
||||
|
|
Loading…
Reference in a new issue