Skip to content

Commit

Permalink
tautulli: 2.14.6 -> 2.15.0 (#358983)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 26, 2024
2 parents 73b9d2d + 0706f4f commit 30d8e1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/tautulli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildPythonApplication rec {
pname = "Tautulli";
version = "2.14.6";
version = "2.15.0";
format = "other";

pythonPath = [ setuptools ];
Expand All @@ -11,8 +11,8 @@ buildPythonApplication rec {
src = fetchFromGitHub {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sZHrEDb3uuogSjG2qKSm6V+nHZq/FdMq9xQgTIerjuE=";
rev = "refs/tags/v${version}";
sha256 = "sha256-QhJc4Jwxlp3yB0jWa7sRDnIOWLW8CQUupnzbUscJH+c=";
};

installPhase = ''
Expand Down

0 comments on commit 30d8e1a

Please sign in to comment.