Merge pull request #207334 from rhoriguchi/tautulli

tautulli: 2.10.5 -> 2.11.1

authored by Bobby Rong and committed by GitHub f2d5887f 1f103b8f

+3 -3
+3 -3
pkgs/servers/tautulli/default.nix
··· 2 2 3 3 buildPythonApplication rec { 4 4 pname = "Tautulli"; 5 - version = "2.10.5"; 5 + version = "2.11.1"; 6 6 format = "other"; 7 7 8 8 pythonPath = [ setuptools ]; ··· 12 12 owner = "Tautulli"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-+lXiRM4D9tOE55guond9coFRC61X7CVPS2HjRDtqiII="; 15 + sha256 = "sha256-9hWTnBi8t3ZJzrDvvViQ/jYDdbNCabVAion9E9sjqRQ="; 16 16 }; 17 17 18 18 installPhase = '' ··· 48 48 homepage = "https://tautulli.com/"; 49 49 license = licenses.gpl3Plus; 50 50 platforms = platforms.linux; 51 - maintainers = with maintainers; [ csingley rhoriguchi ]; 51 + maintainers = with maintainers; [ rhoriguchi ]; 52 52 }; 53 53 }