tautulli: 2.1.44 -> 2.2.0

This commit is contained in:
R. RyanTM 2020-03-12 09:23:24 +00:00 committed by Alyssa Ross
parent 20ef86ed52
commit dece4b99fa

View File

@ -1,7 +1,7 @@
{stdenv, fetchFromGitHub, python }:
stdenv.mkDerivation rec {
version = "2.1.44";
version = "2.2.0";
pname = "Tautulli";
pythonPath = [ python.pkgs.setuptools ];
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "07nbxz30v8rkvd3xyzc124gv3dpz6bllw6xl6kql0q5gqn05w96s";
sha256 = "10ahmgm4pr7lz39qcmgjqzlp435i2dasd6y47zpi1c5fy62jq4is";
};
buildPhase = ":";
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A Python based monitoring and tracking tool for Plex Media Server.";
homepage = https://tautulli.com/;
homepage = "https://tautulli.com/";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with stdenv.lib.maintainers; [ csingley ];