flexget: 3.17.6 -> 3.17.11 (#434480)

This commit is contained in:
Peder Bergebakken Sundt 2025-08-17 18:20:29 +02:00 committed by GitHub
commit 00d02f5137
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;