tautulli: 2.8.0 -> 2.8.1

This commit is contained in:
Ryan Horiguchi 2022-01-08 17:00:28 +01:00
parent 417101172d
commit 72af596246
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.8.0";
version = "2.8.1";
format = "other";
pythonPath = [ setuptools ];
@ -12,7 +12,7 @@ buildPythonApplication rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "0y4ijjr0sxq72gy22i0q810h64m11vbrz6fk44fpcnj5yab6hv8i";
sha256 = "sha256-vaH8PdWsWwBE2eW0i1QsjfOZdG5luME12gAY2uykyng=";
};
installPhase = ''