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