From 0adbfe53763f70b1ae34d65ceaef1076a689ac45 Mon Sep 17 00:00:00 2001 From: Ryan Horiguchi Date: Thu, 22 Dec 2022 22:46:17 +0100 Subject: [PATCH 1/2] tautulli: 2.10.5 -> 2.11.1 --- pkgs/servers/tautulli/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/tautulli/default.nix b/pkgs/servers/tautulli/default.nix index eb145bccf099..b6b94c673cfc 100644 --- a/pkgs/servers/tautulli/default.nix +++ b/pkgs/servers/tautulli/default.nix @@ -2,7 +2,7 @@ buildPythonApplication rec { pname = "Tautulli"; - version = "2.10.5"; + version = "2.11.1"; format = "other"; pythonPath = [ setuptools ]; @@ -12,7 +12,7 @@ buildPythonApplication rec { owner = "Tautulli"; repo = pname; rev = "v${version}"; - sha256 = "sha256-+lXiRM4D9tOE55guond9coFRC61X7CVPS2HjRDtqiII="; + sha256 = "sha256-9hWTnBi8t3ZJzrDvvViQ/jYDdbNCabVAion9E9sjqRQ="; }; installPhase = '' From cf48fd52483b2753fa5271833c64ac8c6109701c Mon Sep 17 00:00:00 2001 From: Ryan Horiguchi Date: Tue, 27 Dec 2022 01:40:06 +0100 Subject: [PATCH 2/2] tautulli: remove maintainer csingley --- pkgs/servers/tautulli/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/tautulli/default.nix b/pkgs/servers/tautulli/default.nix index b6b94c673cfc..e68cbf073e01 100644 --- a/pkgs/servers/tautulli/default.nix +++ b/pkgs/servers/tautulli/default.nix @@ -48,6 +48,6 @@ buildPythonApplication rec { homepage = "https://tautulli.com/"; license = licenses.gpl3Plus; platforms = platforms.linux; - maintainers = with maintainers; [ csingley rhoriguchi ]; + maintainers = with maintainers; [ rhoriguchi ]; }; }