tautulli: 2.8.1 -> 2.9.3

This commit is contained in:
R. Ryantm 2022-02-10 06:32:49 +00:00 committed by Jonathan Ringer
parent 1e1ea24791
commit f380b375a8

View file

@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "Tautulli";
version = "2.8.1";
version = "2.9.3";
format = "other";
pythonPath = [ setuptools ];
@ -12,7 +12,7 @@ buildPythonApplication rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "sha256-vaH8PdWsWwBE2eW0i1QsjfOZdG5luME12gAY2uykyng=";
sha256 = "sha256-LaKbhRAC/T4BuBHLQ+qUZYGsWjj/v8xg6yz55yEib0A=";
};
installPhase = ''