forked from mirrors/nixpkgs
mpd: update from 0.19.4 to 0.19.5
This commit is contained in:
parent
4106631b96
commit
4d57b0645d
|
@ -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 = "4";
|
minor = "5";
|
||||||
|
|
||||||
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 = "1mxs30z96px5vgz0786xln2k8cs0l58gnac5py58pbigcqgihi3p";
|
sha256 = "09rhppfspzhx7jjz3rv8b71gasrkg6i9l25xm94l9sf36jgd2m33";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig glib boost ]
|
buildInputs = [ pkgconfig glib boost ]
|
||||||
|
|
Loading…
Reference in a new issue