Merge pull request #166034 from r-ryantm/auto-update/tautulli

tautulli: 2.9.4 -> 2.9.5
This commit is contained in:
Pascal Bach 2022-04-01 21:51:01 +02:00 committed by GitHub
commit 6de9c93c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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