mopidy: update mopidy-mp3

This commit is contained in:
joachimschmidt557 2022-09-26 19:57:12 +02:00
parent 9f3de62b07
commit 6587866efb
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -33,7 +33,13 @@
};
}))
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 {
postPatch = "";