Unverified Commit 18dca4d7 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #334014 from rhoriguchi/tautulli

tautulli: 2.14.3 -> 2.14.4
parents ee05f2d5 6f422216
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildPythonApplication rec {
  pname = "Tautulli";
  version = "2.14.3";
  version = "2.14.4";
  format = "other";

  pythonPath = [ setuptools ];
@@ -12,7 +12,7 @@ buildPythonApplication rec {
    owner = "Tautulli";
    repo = pname;
    rev = "refs/tags/v${version}";
    sha256 = "sha256-9/KtlthI71qrf1QlJ0/WI+H401U+6bnrO1qfQO5TTUU=";
    sha256 = "sha256-IV5ZyVuZvr09wQ8SgcHiTBp916B2ZPQvrg9+O8H3xsk=";
  };

  installPhase = ''