Merge pull request #312794 from r-ryantm/auto-update/tautulli

tautulli: 2.13.4 -> 2.14.2
This commit is contained in:
h7x4
2024-05-26 03:04:16 +02:00
committed by GitHub
+3 -3
View File
@@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "Tautulli";
version = "2.13.4";
version = "2.14.2";
format = "other";
pythonPath = [ setuptools ];
@@ -11,8 +11,8 @@ buildPythonApplication rec {
src = fetchFromGitHub {
owner = "Tautulli";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cOHirjYdfPPv7O9o3vnsKBffvqxoaRN32NaUOK0SmQ8=";
rev = "refs/tags/v${version}";
sha256 = "sha256-IMEjUUIdt4NwufXhQLZl8yxajKOfK8AvWBWxlahZ8Xs=";
};
installPhase = ''