Merge pull request #226372 from rhoriguchi/tautulli

tautulli: 2.12.2 -> 2.12.3
This commit is contained in:
Bobby Rong 2023-04-16 19:38:11 +08:00 committed by GitHub
commit 6c6acd021d
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.12.2";
version = "2.12.3";
format = "other";
pythonPath = [ setuptools ];
@ -12,7 +12,7 @@ buildPythonApplication rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "sha256-d2JGVmUQQMlwoEg3hsPB3jgUrUpui5Zsdf9Eq61TyZI=";
sha256 = "sha256-UENYnXEdrKlU+gUmGdw46jslN8B5qWPDIFU03Z7aMps=";
};
installPhase = ''