Commit e337f76c authored by Ryan Horiguchi's avatar Ryan Horiguchi
Browse files

tautulli: 2.15.0 -> 2.15.1

parent 50e93796
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.0";
  version = "2.15.1";
  format = "other";

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

  installPhase = ''