Unverified Commit 30d8e1a2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

tautulli: 2.14.6 -> 2.15.0 (#358983)

parents 73b9d2df 0706f4f5
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 = ''