about summary refs log tree commit diff
path: root/pkgs/servers/tautulli
diff options
context:
space:
mode:
authorRyan Horiguchi <ryan.horiguchi@gmail.com>2022-07-12 08:47:46 +0200
committerRyan Horiguchi <ryan.horiguchi@gmail.com>2022-07-12 08:47:46 +0200
commitcecee2a6d90c2147d3b60f06f6b26a3c133bbabf (patch)
tree825d102a4849880b92f06fe0ff64dfbb86c491ba /pkgs/servers/tautulli
parente673666c66d4c1491048f6cacfca2b3ad3977356 (diff)
tautulli: 2.10.1 -> 2.10.2
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 c2d44b29a0e00..ceb8582a6868b 100644
--- a/pkgs/servers/tautulli/default.nix
+++ b/pkgs/servers/tautulli/default.nix
@@ -2,7 +2,7 @@
 
 buildPythonApplication rec {
   pname = "Tautulli";
-  version = "2.10.1";
+  version = "2.10.2";
   format = "other";
 
   pythonPath = [ setuptools ];
@@ -12,7 +12,7 @@ buildPythonApplication rec {
     owner = "Tautulli";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-qM3PiBZD0AfbhIdJFYFUGYhsB4U6ZZEW4i7S9waP7VE=";
+    sha256 = "sha256-nEiyYpj5J95tQAFcyRlaF5VEfosCkk4cmdYKLjfeA98=";
   };
 
   installPhase = ''