mopidy: update mopidy-mp3
This commit is contained in:
parent
9f3de62b07
commit
6587866efb
1 changed files with 7 additions and 1 deletions
|
|
@ -33,7 +33,13 @@
|
||||||
};
|
};
|
||||||
}))
|
}))
|
||||||
mopidy-local
|
mopidy-local
|
||||||
mopidy-mpd
|
(mopidy-mpd.overrideAttrs (oldAttrs: rec {
|
||||||
|
src = python3Packages.fetchPypi {
|
||||||
|
version = "3.3.0";
|
||||||
|
pname = "Mopidy-MPD";
|
||||||
|
sha256 = "sha256-CeLMRqj9cwBvQrOx7XHVV8MjDjwOosONVlsN2o+vTVM=";
|
||||||
|
};
|
||||||
|
}))
|
||||||
(mopidy-ytmusic.overrideAttrs (oldAttrs: rec {
|
(mopidy-ytmusic.overrideAttrs (oldAttrs: rec {
|
||||||
postPatch = "";
|
postPatch = "";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue