tautulli: 2.17.0 -> 2.17.1 (#517801)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-13 17:10:12 +00:00
committed by GitHub
+3 -3
View File
@@ -6,8 +6,8 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "Tautulli";
version = "2.17.0";
pname = "tautulli";
version = "2.17.1";
pyproject = false;
pythonPath = [ python3Packages.setuptools ];
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
owner = "Tautulli";
repo = "Tautulli";
tag = "v${finalAttrs.version}";
sha256 = "sha256-1NslfaQLQvYM0WeAxzAmZVHTgVbFB2XK/8T+EoCMK1k=";
sha256 = "sha256-aD8kolDD1CpGiPmTzEA8Ft0PEdkhzDuR1z5LFHeXIZs=";
};
installPhase = ''