jellyfin-mpv-shim: 1.7.1 -> 1.8.1

This commit is contained in:
Johannes Schleifenbaum 2021-03-10 13:40:13 +01:00
parent 36061c564e
commit 9f511d351b
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0

View File

@ -8,6 +8,7 @@
, jinja2
, mpv
, pillow
, pydantic
, pyqtwebengine
, pystray
, python-mpv-jsonipc
@ -19,17 +20,18 @@
buildPythonApplication rec {
pname = "jellyfin-mpv-shim";
version = "1.7.1";
version = "1.8.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Fo1auMiYUgJrJGJII+FfHspcke0r/VSSXzGwVNIHtEE=";
sha256 = "sha256-X7UL5uUegdtHc8PGucLc8OQpWnw0fxV88z4k5FgmIE0=";
};
propagatedBuildInputs = [
jellyfin-apiclient-python
mpv
pillow
pydantic
python-mpv-jsonipc
# gui dependencies