Commit 0706f4f5 authored by R. RyanTM's avatar R. RyanTM
Browse files

tautulli: 2.14.6 -> 2.15.0

parent 98850724
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildPythonApplication rec {
  pname = "Tautulli";
  version = "2.14.6";
  version = "2.15.0";
  format = "other";

  pythonPath = [ setuptools ];
@@ -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 = ''