Merge pull request #175504 from rhoriguchi/pkgs.tautulli

tautulli: 2.9.5 -> 2.10.1
main
Bobby Rong 2 years ago committed by GitHub
commit 9725b37466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/servers/tautulli/default.nix

@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "Tautulli";
version = "2.9.5";
version = "2.10.1";
format = "other";
pythonPath = [ setuptools ];
@ -12,7 +12,7 @@ buildPythonApplication rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "sha256-agkYfLWmeQOD+dtoYvTcNPXjfU3kv56c15AFeB7eVTw=";
sha256 = "sha256-qM3PiBZD0AfbhIdJFYFUGYhsB4U6ZZEW4i7S9waP7VE=";
};
installPhase = ''

Loading…
Cancel
Save