flexget: 3.20.11 -> 3.21.0

This commit is contained in:
R. Ryantm
2026-09-18 20:26:09 +00:00
parent 2e032a0445
commit 2cf2c579c8

View File

@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "flexget";
version = "3.20.11";
version = "3.21.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${finalAttrs.version}";
hash = "sha256-U7GwGbYaSz2X95We0X7RNvVNDlFeGKR099hn5WmgyQs=";
hash = "sha256-Xf+nFDC1dNyFXeK8gZYWiE3kZKYNB4lCdBoI24+b/gA=";
};
pythonRelaxDeps = true;