mpd: 0.21.19 -> 0.21.20

This commit is contained in:
R. RyanTM 2020-03-02 14:27:22 +00:00 committed by Rok Garbas
parent d1d4d90bd3
commit 4bd23a3abc

View file

@ -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;