Commit 243ffde8 authored by Ryan Horiguchi's avatar Ryan Horiguchi
Browse files

tautulli: 2.13.1 -> 2.13.2

parent aaccf42b
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 = ''