tautulli: 2.15.0 -> 2.15.1 (#373339)

This commit is contained in:
Nick Cao
2025-01-13 09:58:31 -05:00
committed by GitHub
+2 -2
View File
@@ -9,7 +9,7 @@
buildPythonApplication rec {
pname = "Tautulli";
version = "2.15.0";
version = "2.15.1";
format = "other";
pythonPath = [ setuptools ];
@@ -22,7 +22,7 @@ buildPythonApplication rec {
owner = "Tautulli";
repo = pname;
tag = "v${version}";
sha256 = "sha256-QhJc4Jwxlp3yB0jWa7sRDnIOWLW8CQUupnzbUscJH+c=";
sha256 = "sha256-c+xGgjmn2HE+sl8Vbw9Neztm8g6s9eF/QOVXRtOZWgI=";
};
installPhase = ''