tautulli: 2.13.2 -> 2.13.4

This commit is contained in:
Ryan Horiguchi 2023-12-07 18:02:10 +01:00
parent 42da68c40f
commit 8d06988a1a
1 changed files with 2 additions and 2 deletions

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 = ''