tautulli: 2.1.44 -> 2.2.0
This commit is contained in:
parent
20ef86ed52
commit
dece4b99fa
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchFromGitHub, python }:
|
{stdenv, fetchFromGitHub, python }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.1.44";
|
version = "2.2.0";
|
||||||
pname = "Tautulli";
|
pname = "Tautulli";
|
||||||
|
|
||||||
pythonPath = [ python.pkgs.setuptools ];
|
pythonPath = [ python.pkgs.setuptools ];
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "Tautulli";
|
owner = "Tautulli";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "07nbxz30v8rkvd3xyzc124gv3dpz6bllw6xl6kql0q5gqn05w96s";
|
sha256 = "10ahmgm4pr7lz39qcmgjqzlp435i2dasd6y47zpi1c5fy62jq4is";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildPhase = ":";
|
buildPhase = ":";
|
||||||
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Python based monitoring and tracking tool for Plex Media Server.";
|
description = "A Python based monitoring and tracking tool for Plex Media Server.";
|
||||||
homepage = https://tautulli.com/;
|
homepage = "https://tautulli.com/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [ csingley ];
|
maintainers = with stdenv.lib.maintainers; [ csingley ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user