tautulli: 2.15.1 -> 2.15.2

This commit is contained in:
Ryan Horiguchi 2025-04-14 02:27:47 +02:00
parent e51f02babf
commit 8ebe50af63
No known key found for this signature in database
GPG key ID: CA7EE98D45A1132A

View file

@ -9,7 +9,7 @@
buildPythonApplication rec {
pname = "Tautulli";
version = "2.15.1";
version = "2.15.2";
format = "other";
pythonPath = [ setuptools ];
@ -22,7 +22,7 @@ buildPythonApplication rec {
owner = "Tautulli";
repo = pname;
tag = "v${version}";
sha256 = "sha256-c+xGgjmn2HE+sl8Vbw9Neztm8g6s9eF/QOVXRtOZWgI=";
sha256 = "sha256-psfwEdYsP6VAzF8rbxZAxLU/uPfG3vB+OaKx2bu8Gwk=";
};
installPhase = ''