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