aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/mpd
diff options
context:
space:
mode:
authorTobias Mayer <tobim@fastmail.fm>2020-07-14 21:47:05 +0200
committerTobias Mayer <tobim@fastmail.fm>2020-07-14 21:58:16 +0200
commit292c914f03e8ea7bc09db0634eca71507d8cd87b (patch)
tree530ee686cc2e6be541df898c6a9c360ebaa625be /pkgs/servers/mpd
parent1facbd61b179670e6ce6945957c83bf345ddb1b4 (diff)
mpd: 0.21.23 -> 0.21.25
Diffstat (limited to 'pkgs/servers/mpd')
-rw-r--r--pkgs/servers/mpd/default.nix18
1 files changed, 2 insertions, 16 deletions
diff --git a/pkgs/servers/mpd/default.nix b/pkgs/servers/mpd/default.nix
index 44118277a28b..d013f4318964 100644
--- a/pkgs/servers/mpd/default.nix
+++ b/pkgs/servers/mpd/default.nix
@@ -110,29 +110,15 @@ let
in stdenv.mkDerivation rec {
pname = "mpd";
- version = "0.21.23";
+ version = "0.21.25";
src = fetchFromGitHub {
owner = "MusicPlayerDaemon";
repo = "MPD";
rev = "v${version}";
- sha256 = "0jnhjhm1ilpcwb4f58b8pgyzjq3dlr0j2xyk0zck0afwkdxyj9cb";
+ sha256 = "1yjp8pwr2zn0mp39ls1w0pl37zrjn5m9ycgjmcsw2wpa4709r356";
};
- # Won't be needed when 0.21.24 will be out
- patches = [
- # Tests fail otherwise, see https://github.com/MusicPlayerDaemon/MPD/issues/844
- (fetchpatch {
- url = "https://github.com/MusicPlayerDaemon/MPD/commit/7aea2853612743e111ae5e947c8d467049e291a8.patch";
- sha256 = "1bmxlsaiz3wlg1yyc4rkwsmgvc0pirv0s1vdxxsn91yssmh16c2g";
- excludes = [
- # The patch fails otherwise because it tries to update the NEWS
- # file which doesn't have the title "ver 0.21.24" yet.
- "NEWS"
- ];
- })
- ];
-
buildInputs = [
glib
boost