summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Horiguchi <ryan.horiguchi@gmail.com>2022-12-22 22:46:17 +0100
committerRyan Horiguchi <ryan.horiguchi@gmail.com>2022-12-23 19:41:23 +0100
commit0adbfe53763f70b1ae34d65ceaef1076a689ac45 (patch)
tree0e12e152caa140442d8cc4dcf2594337c9085471
parent6f7c9f7d7c689cd097b4228581c3a76474b54069 (diff)
downloadnixpkgs-0adbfe53763f70b1ae34d65ceaef1076a689ac45.tar
nixpkgs-0adbfe53763f70b1ae34d65ceaef1076a689ac45.tar.gz
nixpkgs-0adbfe53763f70b1ae34d65ceaef1076a689ac45.tar.bz2
nixpkgs-0adbfe53763f70b1ae34d65ceaef1076a689ac45.tar.lz
nixpkgs-0adbfe53763f70b1ae34d65ceaef1076a689ac45.tar.xz
nixpkgs-0adbfe53763f70b1ae34d65ceaef1076a689ac45.tar.zst
nixpkgs-0adbfe53763f70b1ae34d65ceaef1076a689ac45.zip
tautulli: 2.10.5 -> 2.11.1
-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 eb145bccf09..b6b94c673cf 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 = ''