Merge pull request #207334 from rhoriguchi/tautulli
tautulli: 2.10.5 -> 2.11.1
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "Tautulli";
|
||||
version = "2.10.5";
|
||||
version = "2.11.1";
|
||||
format = "other";
|
||||
|
||||
pythonPath = [ setuptools ];
|
||||
@@ -12,7 +12,7 @@ buildPythonApplication rec {
|
||||
owner = "Tautulli";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-+lXiRM4D9tOE55guond9coFRC61X7CVPS2HjRDtqiII=";
|
||||
sha256 = "sha256-9hWTnBi8t3ZJzrDvvViQ/jYDdbNCabVAion9E9sjqRQ=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
@@ -48,6 +48,6 @@ buildPythonApplication rec {
|
||||
homepage = "https://tautulli.com/";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ csingley rhoriguchi ];
|
||||
maintainers = with maintainers; [ rhoriguchi ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user