Merge pull request #186139 from rhoriguchi/pkgs.tautulli

tautulli: 2.10.2 -> 2.10.4
This commit is contained in:
Jonas Heinrich
2022-09-06 08:48:22 +02:00
committed by GitHub
+2 -2
View File
@@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "Tautulli";
version = "2.10.2";
version = "2.10.4";
format = "other";
pythonPath = [ setuptools ];
@@ -12,7 +12,7 @@ buildPythonApplication rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nEiyYpj5J95tQAFcyRlaF5VEfosCkk4cmdYKLjfeA98=";
sha256 = "sha256-G7rKPDozo5IyYOqfhoZcn1obASzJx8PpQt53CCmDZek=";
};
installPhase = ''