Unverified Commit 69276883 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #263682 from rhoriguchi/tautulli

tautulli: 2.13.1 -> 2.13.2
parents d91fe8fd 243ffde8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildPythonApplication rec {
  pname = "Tautulli";
  version = "2.13.1";
  version = "2.13.2";
  format = "other";

  pythonPath = [ setuptools ];
@@ -12,7 +12,7 @@ buildPythonApplication rec {
    owner = "Tautulli";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-+uVBvtwMJRqPWJKQ0Tn9wLiuR02Btsbxd9+rl9tAlgg=";
    sha256 = "sha256-G1YNOJ2snddhFOWDkRQikQ1qC3G1BHg+qb2j5ffIR8k=";
  };

  installPhase = ''