jellyfin-mpv-shim: 2.0.0 -> 2.0.1
This commit is contained in:
parent
6c3ee279fb
commit
ae1064e7c3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user