Unverified Commit 8ebe50af authored by Ryan Horiguchi's avatar Ryan Horiguchi
Browse files

tautulli: 2.15.1 -> 2.15.2

parent e51f02ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonApplication rec {
  pname = "Tautulli";
  version = "2.15.1";
  version = "2.15.2";
  format = "other";

  pythonPath = [ setuptools ];
@@ -22,7 +22,7 @@ buildPythonApplication rec {
    owner = "Tautulli";
    repo = pname;
    tag = "v${version}";
    sha256 = "sha256-c+xGgjmn2HE+sl8Vbw9Neztm8g6s9eF/QOVXRtOZWgI=";
    sha256 = "sha256-psfwEdYsP6VAzF8rbxZAxLU/uPfG3vB+OaKx2bu8Gwk=";
  };

  installPhase = ''