tautulli: 2.9.5 -> 2.10.1

This commit is contained in:
Ryan Horiguchi 2022-05-30 19:44:37 +02:00
parent f1c167688a
commit e673666c66
No known key found for this signature in database
GPG key ID: CA7EE98D45A1132A

View file

@ -2,7 +2,7 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "Tautulli"; pname = "Tautulli";
version = "2.9.5"; version = "2.10.1";
format = "other"; format = "other";
pythonPath = [ setuptools ]; pythonPath = [ setuptools ];
@ -12,7 +12,7 @@ buildPythonApplication rec {
owner = "Tautulli"; owner = "Tautulli";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-agkYfLWmeQOD+dtoYvTcNPXjfU3kv56c15AFeB7eVTw="; sha256 = "sha256-qM3PiBZD0AfbhIdJFYFUGYhsB4U6ZZEW4i7S9waP7VE=";
}; };
installPhase = '' installPhase = ''