Unverified Commit 639e907c authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

tautulli: 2.16.0 -> 2.16.1 (#491157)

parents ef2ec8ca 21659383
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonApplication rec {
  pname = "Tautulli";
  version = "2.16.0";
  version = "2.16.1";
  pyproject = false;

  pythonPath = [ setuptools ];
@@ -22,7 +22,7 @@ buildPythonApplication rec {
    owner = "Tautulli";
    repo = "Tautulli";
    tag = "v${version}";
    sha256 = "sha256-nqSqWRst+gx9aZ2Ko+/tKzpQX7wuU4Bn3vLR5F87aJA=";
    sha256 = "sha256-Zct7EhnU5LROO23Joz6OxQTtC9uGZhtceSG+aX6MI2c=";
  };

  installPhase = ''