tautulli: 2.10.5 -> 2.11.1

This commit is contained in:
Ryan Horiguchi 2022-12-22 22:46:17 +01:00
parent 6f7c9f7d7c
commit 0adbfe5376
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.10.5"; version = "2.11.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-+lXiRM4D9tOE55guond9coFRC61X7CVPS2HjRDtqiII="; sha256 = "sha256-9hWTnBi8t3ZJzrDvvViQ/jYDdbNCabVAion9E9sjqRQ=";
}; };
installPhase = '' installPhase = ''