tautulli: 2.14.5 -> 2.14.6 (#348276)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-19 04:28:23 +02:00 committed by GitHub
commit 9a9c7c5f6e
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.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 = ''