Merge pull request #221542 from rhoriguchi/tautulli

tautulli: 2.11.1 -> 2.12.2
This commit is contained in:
Mario Rodas 2023-03-18 20:27:24 -05:00 committed by GitHub
commit 38637c5c8f
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.11.1";
version = "2.12.2";
format = "other";
pythonPath = [ setuptools ];
@ -12,7 +12,7 @@ buildPythonApplication rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9hWTnBi8t3ZJzrDvvViQ/jYDdbNCabVAion9E9sjqRQ=";
sha256 = "sha256-d2JGVmUQQMlwoEg3hsPB3jgUrUpui5Zsdf9Eq61TyZI=";
};
installPhase = ''