mpd: fix URL

Stable is now 0.19; we're not updating to 0.19 yet because upstream
forgot to include a necessary file in the 0.19 tarball.

FTR 0.19 requires boost and icu as dependencies

cc @astsmtl
This commit is contained in:
Mateusz Kowalczyk 2014-10-11 14:30:34 +01:00
parent 08ecd3ef40
commit 01854619cd
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ let
in stdenv.mkDerivation rec {
name = "mpd-0.18.16";
src = fetchurl {
url = "http://www.musicpd.org/download/mpd/stable/${name}.tar.gz";
url = "http://www.musicpd.org/download/mpd/0.18/${name}.tar.gz";
sha256 = "0xpmc70ccp0s2s10vsi4hkijiv497dy42a7g225y77axp5ncf364";
};
@ -92,7 +92,7 @@ in stdenv.mkDerivation rec {
description = "A flexible, powerful daemon for playing music";
homepage = http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki;
license = licenses.gpl2;
maintainers = with maintainers; [ astsmtl ];
maintainers = with maintainers; [ astsmtl fuuzetsu ];
platforms = platforms.unix;
longDescription = ''