lol

Merge pull request #175504 from rhoriguchi/pkgs.tautulli

tautulli: 2.9.5 -> 2.10.1

authored by

Bobby Rong and committed by
GitHub
9725b374 02c180b6

+2 -2
+2 -2
pkgs/servers/tautulli/default.nix
··· 2 2 3 3 buildPythonApplication rec { 4 4 pname = "Tautulli"; 5 - version = "2.9.5"; 5 + version = "2.10.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-agkYfLWmeQOD+dtoYvTcNPXjfU3kv56c15AFeB7eVTw="; 15 + sha256 = "sha256-qM3PiBZD0AfbhIdJFYFUGYhsB4U6ZZEW4i7S9waP7VE="; 16 16 }; 17 17 18 18 installPhase = ''