mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
mpd: 0.19.11 -> 0.19.12
This commit is contained in:
parent
ce662d1f64
commit
268f3353e6
@ -29,13 +29,13 @@ let
|
||||
opt = stdenv.lib.optional;
|
||||
mkFlag = c: f: if c then "--enable-${f}" else "--disable-${f}";
|
||||
major = "0.19";
|
||||
minor = "11";
|
||||
minor = "12";
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "mpd-${major}.${minor}";
|
||||
src = fetchurl {
|
||||
url = "http://www.musicpd.org/download/mpd/${major}/${name}.tar.xz";
|
||||
sha256 = "1iin50s8cnlsgjgjwkm1cbyxlwa0b79f6jfwydx5nyprbam6cp3s";
|
||||
sha256 = "0xg8w5vn6xd0yfw55qj6wnav7v14nmr00s3d4w5gixbjrv3ycvvv";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig glib boost ]
|
||||
|
Loading…
Reference in New Issue
Block a user