Merge pull request #166034 from r-ryantm/auto-update/tautulli
tautulli: 2.9.4 -> 2.9.5
This commit is contained in:
commit
6de9c93c5d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "Tautulli";
|
pname = "Tautulli";
|
||||||
version = "2.9.4";
|
version = "2.9.5";
|
||||||
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-Hgu1peKv00+FZtszewqofwRueC5ZfUFMM/5ax2Gnf44=";
|
sha256 = "sha256-agkYfLWmeQOD+dtoYvTcNPXjfU3kv56c15AFeB7eVTw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user