mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
mpd: Update from 0.18.11 to 0.18.12
This commit is contained in:
parent
7cfb9545c6
commit
629f7d055a
@ -27,10 +27,10 @@ let
|
||||
mkFlag = c: f: if c then "--enable-${f}" else "--disable-${f}";
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "mpd-0.18.11";
|
||||
name = "mpd-0.18.12";
|
||||
src = fetchurl {
|
||||
url = "http://www.musicpd.org/download/mpd/stable/${name}.tar.gz";
|
||||
sha256 = "1j3jdwmxfnn4z1vjry2g54vcbrdrgi41nv3bf2i26xkgy5708icw";
|
||||
sha256 = "09qphjcpqcs2jn5d8ga1skhif2mj5qk1ix9li76z2gyq3lf0rpz6";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig glib ]
|
||||
|
Loading…
Reference in New Issue
Block a user