jellyfin-mpv-shim: 2.0.0 -> 2.0.1

This commit is contained in:
Johannes Schleifenbaum 2021-04-22 09:04:01 +02:00
parent 6c3ee279fb
commit ae1064e7c3
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

@ -5,7 +5,6 @@
, jinja2 , jinja2
, mpv , mpv
, pillow , pillow
, pydantic
, pystray , pystray
, python-mpv-jsonipc , python-mpv-jsonipc
, pywebview , pywebview
@ -14,18 +13,17 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "jellyfin-mpv-shim"; pname = "jellyfin-mpv-shim";
version = "2.0.0"; version = "2.0.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-YAZnNSzgAGYSb45VINRCPeUUbbtuOp/bLbIqz/90W6g="; sha256 = "sha256-NXDLqQzCUfDPoKNPrmIn5FMedMKYxtDhkawRE2lg/vI=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
jellyfin-apiclient-python jellyfin-apiclient-python
mpv mpv
pillow pillow
pydantic
python-mpv-jsonipc python-mpv-jsonipc
# gui dependencies # gui dependencies