Merge pull request #161491 from rhoriguchi/pkgs.tautulli

tautulli: 2.9.3 -> 2.9.4
This commit is contained in:
Pascal Bach 2022-02-24 21:29:01 +01:00 committed by GitHub
commit 19c5298812
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''