Merge pull request #181189 from rhoriguchi/pkgs.tautulli

tautulli: 2.10.1 -> 2.10.2
This commit is contained in:
Mario Rodas 2022-07-24 16:05:45 -05:00 committed by GitHub
commit 64751a4698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "Tautulli";
version = "2.10.1";
version = "2.10.2";
format = "other";
pythonPath = [ setuptools ];
@ -12,7 +12,7 @@ buildPythonApplication rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qM3PiBZD0AfbhIdJFYFUGYhsB4U6ZZEW4i7S9waP7VE=";
sha256 = "sha256-nEiyYpj5J95tQAFcyRlaF5VEfosCkk4cmdYKLjfeA98=";
};
installPhase = ''