Merge pull request #131263 from MayNiklas/update-Tautulli

tautulli: 2.7.3 -> 2.7.5

authored by Sandro and committed by GitHub a3787403 60280108

+2 -2
+2 -2
pkgs/servers/tautulli/default.nix
··· 2 3 buildPythonApplication rec { 4 pname = "Tautulli"; 5 - version = "2.7.3"; 6 format = "other"; 7 8 pythonPath = [ setuptools ]; ··· 12 owner = "Tautulli"; 13 repo = pname; 14 rev = "v${version}"; 15 - sha256 = "1ig2vq19sb6n2x2w2zbf54izynaqay9l8xq1zds116v0z729wlkh"; 16 }; 17 18 installPhase = ''
··· 2 3 buildPythonApplication rec { 4 pname = "Tautulli"; 5 + version = "2.7.5"; 6 format = "other"; 7 8 pythonPath = [ setuptools ]; ··· 12 owner = "Tautulli"; 13 repo = pname; 14 rev = "v${version}"; 15 + sha256 = "h4IRPUaqgb/AgqKJJEsHBydJOH2i//fpWzMFa0VM2ns="; 16 }; 17 18 installPhase = ''