tautulli: 2.10.2 -> 2.10.4

This commit is contained in:
Ryan Horiguchi 2022-08-11 20:33:17 +02:00
parent 9ac9449a0a
commit 509541c7a7
No known key found for this signature in database
GPG Key ID: CA7EE98D45A1132A

View File

@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "Tautulli";
version = "2.10.2";
version = "2.10.4";
format = "other";
pythonPath = [ setuptools ];
@ -12,7 +12,7 @@ buildPythonApplication rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nEiyYpj5J95tQAFcyRlaF5VEfosCkk4cmdYKLjfeA98=";
sha256 = "sha256-G7rKPDozo5IyYOqfhoZcn1obASzJx8PpQt53CCmDZek=";
};
installPhase = ''