tautulli: 2.14.5 -> 2.14.6

This commit is contained in:
Ryan Horiguchi 2024-10-13 16:30:43 +02:00
parent d2d9d9f005
commit 0fe83f8cb1

View File

@ -2,7 +2,7 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "Tautulli"; pname = "Tautulli";
version = "2.14.5"; version = "2.14.6";
format = "other"; format = "other";
pythonPath = [ setuptools ]; pythonPath = [ setuptools ];
@ -11,8 +11,8 @@ buildPythonApplication rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Tautulli"; owner = "Tautulli";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "v${version}";
sha256 = "sha256-Xb8sby56U6Tc+OlxN7yKdhGGxrkmn6VfSPBhc1/YH24="; sha256 = "sha256-sZHrEDb3uuogSjG2qKSm6V+nHZq/FdMq9xQgTIerjuE=";
}; };
installPhase = '' installPhase = ''