3
0
Fork 0
forked from mirrors/nixpkgs

mpd: update from 0.18.8 to 0.18.9

This commit is contained in:
Evgeny Egorochkin 2014-03-05 05:23:59 +02:00
parent 2dd320a382
commit db1e1d134f

View file

@ -27,10 +27,10 @@ let
mkFlag = c: f: if c then "--enable-${f}" else "--disable-${f}";
in stdenv.mkDerivation rec {
name = "mpd-0.18.8";
name = "mpd-0.18.9";
src = fetchurl {
url = "http://www.musicpd.org/download/mpd/stable/${name}.tar.gz";
sha256 = "1ryqh0xf76xv4mpwy1gjwy275ar4wmbzifa9ccjim9r7lk2hgp5v";
sha256 = "0mgfyrhjlalwngx9j3xxfpfwygh9a31k1ni1isi898bb2x8zsl08";
};
buildInputs = [ pkgconfig glib ]