Loading pkgs/servers/tautulli/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ buildPythonApplication rec { pname = "Tautulli"; version = "2.14.6"; version = "2.15.0"; format = "other"; pythonPath = [ setuptools ]; Loading @@ -11,8 +11,8 @@ buildPythonApplication rec { src = fetchFromGitHub { owner = "Tautulli"; repo = pname; rev = "v${version}"; sha256 = "sha256-sZHrEDb3uuogSjG2qKSm6V+nHZq/FdMq9xQgTIerjuE="; rev = "refs/tags/v${version}"; sha256 = "sha256-QhJc4Jwxlp3yB0jWa7sRDnIOWLW8CQUupnzbUscJH+c="; }; installPhase = '' Loading Loading
pkgs/servers/tautulli/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ buildPythonApplication rec { pname = "Tautulli"; version = "2.14.6"; version = "2.15.0"; format = "other"; pythonPath = [ setuptools ]; Loading @@ -11,8 +11,8 @@ buildPythonApplication rec { src = fetchFromGitHub { owner = "Tautulli"; repo = pname; rev = "v${version}"; sha256 = "sha256-sZHrEDb3uuogSjG2qKSm6V+nHZq/FdMq9xQgTIerjuE="; rev = "refs/tags/v${version}"; sha256 = "sha256-QhJc4Jwxlp3yB0jWa7sRDnIOWLW8CQUupnzbUscJH+c="; }; installPhase = '' Loading