Unverified Commit 6c6acd02 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #226372 from rhoriguchi/tautulli

tautulli: 2.12.2 -> 2.12.3
parents 445ef285 634ddbd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildPythonApplication rec {
  pname = "Tautulli";
  version = "2.12.2";
  version = "2.12.3";
  format = "other";

  pythonPath = [ setuptools ];
@@ -12,7 +12,7 @@ buildPythonApplication rec {
    owner = "Tautulli";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-d2JGVmUQQMlwoEg3hsPB3jgUrUpui5Zsdf9Eq61TyZI=";
    sha256 = "sha256-UENYnXEdrKlU+gUmGdw46jslN8B5qWPDIFU03Z7aMps=";
  };

  installPhase = ''