mpd: update to 0.19.4
This commit is contained in:
parent
8570046e5c
commit
5fc61b7fa0
@ -25,13 +25,13 @@ let
|
|||||||
opt = stdenv.lib.optional;
|
opt = stdenv.lib.optional;
|
||||||
mkFlag = c: f: if c then "--enable-${f}" else "--disable-${f}";
|
mkFlag = c: f: if c then "--enable-${f}" else "--disable-${f}";
|
||||||
major = "0.19";
|
major = "0.19";
|
||||||
minor = "3";
|
minor = "4";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "mpd-${major}.${minor}";
|
name = "mpd-${major}.${minor}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.musicpd.org/download/mpd/${major}/${name}.tar.gz";
|
url = "http://www.musicpd.org/download/mpd/${major}/${name}.tar.gz";
|
||||||
sha256 = "0m1xh4diip912zwqj54p75a4iy71a9wpx5ilvf7qa17b9sm0czr4";
|
sha256 = "1mxs30z96px5vgz0786xln2k8cs0l58gnac5py58pbigcqgihi3p";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig glib boost ]
|
buildInputs = [ pkgconfig glib boost ]
|
||||||
|
Loading…
Reference in New Issue
Block a user