tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
mpd: 0.21.23 -> 0.21.25
Tobias Mayer
5 years ago
292c914f
1facbd61
+2
-16
1 changed file
expand all
collapse all
unified
split
pkgs
servers
mpd
default.nix
+2
-16
pkgs/servers/mpd/default.nix
···
110
111
in stdenv.mkDerivation rec {
112
pname = "mpd";
113
-
version = "0.21.23";
114
115
src = fetchFromGitHub {
116
owner = "MusicPlayerDaemon";
117
repo = "MPD";
118
rev = "v${version}";
119
-
sha256 = "0jnhjhm1ilpcwb4f58b8pgyzjq3dlr0j2xyk0zck0afwkdxyj9cb";
120
};
121
-
122
-
# Won't be needed when 0.21.24 will be out
123
-
patches = [
124
-
# Tests fail otherwise, see https://github.com/MusicPlayerDaemon/MPD/issues/844
125
-
(fetchpatch {
126
-
url = "https://github.com/MusicPlayerDaemon/MPD/commit/7aea2853612743e111ae5e947c8d467049e291a8.patch";
127
-
sha256 = "1bmxlsaiz3wlg1yyc4rkwsmgvc0pirv0s1vdxxsn91yssmh16c2g";
128
-
excludes = [
129
-
# The patch fails otherwise because it tries to update the NEWS
130
-
# file which doesn't have the title "ver 0.21.24" yet.
131
-
"NEWS"
132
-
];
133
-
})
134
-
];
135
136
buildInputs = [
137
glib
···
110
111
in stdenv.mkDerivation rec {
112
pname = "mpd";
113
+
version = "0.21.25";
114
115
src = fetchFromGitHub {
116
owner = "MusicPlayerDaemon";
117
repo = "MPD";
118
rev = "v${version}";
119
+
sha256 = "1yjp8pwr2zn0mp39ls1w0pl37zrjn5m9ycgjmcsw2wpa4709r356";
120
};
0
0
0
0
0
0
0
0
0
0
0
0
0
0
121
122
buildInputs = [
123
glib