flexget: 3.17.6 -> 3.17.11

This commit is contained in:
R. Ryantm
2025-08-17 13:28:17 +00:00
parent e1b788a9cb
commit cb57fa53b5

View File

@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.17.6";
version = "3.17.11";
pyproject = true;
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${version}";
hash = "sha256-E0ytB30tiJgmdfpJ+KCy67enqmfZT7HjoZHlqtRQWsQ=";
hash = "sha256-Qfq6TXSNAnIq8m3I7noFe6pIq6PmUTQKUjN+ZC4NxyU=";
};
pythonRelaxDeps = true;