summary refs log tree commit diff
path: root/pkgs/servers/tautulli
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-10 06:32:49 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-10 11:34:26 -0800
commitf380b375a83151b9d64c38a4e576e7664f554354 (patch)
treea90c2626ade19dcc80c7631e724248a94d43afeb /pkgs/servers/tautulli
parent1e1ea24791cde5619f0de09ddc306e1a25aaf51f (diff)
tautulli: 2.8.1 -> 2.9.3
Diffstat (limited to 'pkgs/servers/tautulli')
-rw-r--r--pkgs/servers/tautulli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/tautulli/default.nix b/pkgs/servers/tautulli/default.nix
index ac29b20a10d9d..c09e60cd0e514 100644
--- a/pkgs/servers/tautulli/default.nix
+++ b/pkgs/servers/tautulli/default.nix
@@ -2,7 +2,7 @@
 
 buildPythonApplication rec {
   pname = "Tautulli";
-  version = "2.8.1";
+  version = "2.9.3";
   format = "other";
 
   pythonPath = [ setuptools ];
@@ -12,7 +12,7 @@ buildPythonApplication rec {
     owner = "Tautulli";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-vaH8PdWsWwBE2eW0i1QsjfOZdG5luME12gAY2uykyng=";
+    sha256 = "sha256-LaKbhRAC/T4BuBHLQ+qUZYGsWjj/v8xg6yz55yEib0A=";
   };
 
   installPhase = ''