We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee05f2d + 6f42221 commit 18dca4dCopy full SHA for 18dca4d
pkgs/servers/tautulli/default.nix
@@ -2,7 +2,7 @@
2
3
buildPythonApplication rec {
4
pname = "Tautulli";
5
- version = "2.14.3";
+ version = "2.14.4";
6
format = "other";
7
8
pythonPath = [ setuptools ];
@@ -12,7 +12,7 @@ buildPythonApplication rec {
12
owner = "Tautulli";
13
repo = pname;
14
rev = "refs/tags/v${version}";
15
- sha256 = "sha256-9/KtlthI71qrf1QlJ0/WI+H401U+6bnrO1qfQO5TTUU=";
+ sha256 = "sha256-IV5ZyVuZvr09wQ8SgcHiTBp916B2ZPQvrg9+O8H3xsk=";
16
};
17
18
installPhase = ''
0 commit comments