Merge pull request #334014 from rhoriguchi/tautulli

tautulli: 2.14.3 -> 2.14.4
This commit is contained in:
Pol Dellaiera 2024-08-12 07:39:12 +02:00 committed by GitHub
commit 18dca4d7c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "Tautulli";
version = "2.14.3";
version = "2.14.4";
format = "other";
pythonPath = [ setuptools ];
@ -12,7 +12,7 @@ buildPythonApplication rec {
owner = "Tautulli";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-9/KtlthI71qrf1QlJ0/WI+H401U+6bnrO1qfQO5TTUU=";
sha256 = "sha256-IV5ZyVuZvr09wQ8SgcHiTBp916B2ZPQvrg9+O8H3xsk=";
};
installPhase = ''