Merge pull request #272722 from rhoriguchi/tautulli

tautulli: 2.13.2 -> 2.13.4
This commit is contained in:
Peder Bergebakken Sundt 2024-03-11 10:51:03 +01:00 committed by GitHub
commit 71866028b1
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.13.2";
version = "2.13.4";
format = "other";
pythonPath = [ setuptools ];
@ -12,7 +12,7 @@ buildPythonApplication rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "sha256-G1YNOJ2snddhFOWDkRQikQ1qC3G1BHg+qb2j5ffIR8k=";
sha256 = "sha256-cOHirjYdfPPv7O9o3vnsKBffvqxoaRN32NaUOK0SmQ8=";
};
installPhase = ''