Skip to content

Commit 6f42221

Browse files
committed
tautulli: 2.14.3 -> 2.14.4
1 parent ffeda92 commit 6f42221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/tautulli/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildPythonApplication rec {
44
pname = "Tautulli";
5-
version = "2.14.3";
5+
version = "2.14.4";
66
format = "other";
77

88
pythonPath = [ setuptools ];
@@ -12,7 +12,7 @@ buildPythonApplication rec {
1212
owner = "Tautulli";
1313
repo = pname;
1414
rev = "refs/tags/v${version}";
15-
sha256 = "sha256-9/KtlthI71qrf1QlJ0/WI+H401U+6bnrO1qfQO5TTUU=";
15+
sha256 = "sha256-IV5ZyVuZvr09wQ8SgcHiTBp916B2ZPQvrg9+O8H3xsk=";
1616
};
1717

1818
installPhase = ''

0 commit comments

Comments
 (0)