tautulli: 2.9.3 -> 2.9.4

This commit is contained in:
Ryan Horiguchi 2022-02-23 10:54:17 +01:00
parent 80e95e669c
commit 75508a9421
No known key found for this signature in database
GPG key ID: CA7EE98D45A1132A

View file

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