Merge pull request #244913 from rhoriguchi/tautulli

tautulli: 2.12.4 -> 2.12.5
This commit is contained in:
Nick Cao
2023-07-22 20:04:22 -06:00
committed by GitHub
+2 -2
View File
@@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "Tautulli";
version = "2.12.4";
version = "2.12.5";
format = "other";
pythonPath = [ setuptools ];
@@ -12,7 +12,7 @@ buildPythonApplication rec {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9E2qEdPfxnvx7WCHE/I2rP6Qk9CtsVrisQbq202+2uE=";
sha256 = "sha256-ruCTmLmAsDzrNUZAeu0NjgPZRG1ZEOFUdprMvO6ZWbc=";
};
installPhase = ''