about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-19 03:46:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-19 03:46:29 +0000
commit1759b400b2370792873e55b3284099c6244e0266 (patch)
tree284208c377e6d24492d31ece4f4ca685a492159d
parent60cc8055ebd1bda46ccc5e177bce5f5af3bc2f3e (diff)
tautulli: 2.13.4 -> 2.14.2
-rw-r--r--pkgs/servers/tautulli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/tautulli/default.nix b/pkgs/servers/tautulli/default.nix
index fb2a673536064..e495ea50ab11b 100644
--- a/pkgs/servers/tautulli/default.nix
+++ b/pkgs/servers/tautulli/default.nix
@@ -2,7 +2,7 @@
 
 buildPythonApplication rec {
   pname = "Tautulli";
-  version = "2.13.4";
+  version = "2.14.2";
   format = "other";
 
   pythonPath = [ setuptools ];
@@ -11,8 +11,8 @@ buildPythonApplication rec {
   src = fetchFromGitHub {
     owner = "Tautulli";
     repo = pname;
-    rev = "v${version}";
-    sha256 = "sha256-cOHirjYdfPPv7O9o3vnsKBffvqxoaRN32NaUOK0SmQ8=";
+    rev = "refs/tags/v${version}";
+    sha256 = "sha256-IMEjUUIdt4NwufXhQLZl8yxajKOfK8AvWBWxlahZ8Xs=";
   };
 
   installPhase = ''