flexget: 3.15.19 -> 3.15.25

This commit is contained in:
R. Ryantm
2025-03-13 14:51:08 +00:00
parent 573c650e8a
commit a211346520
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.15.19";
version = "3.15.25";
pyproject = true;
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${version}";
hash = "sha256-4YfBTlmwWFfSMjFA2FIRB6gNQ+BNKQNZIWmzageV1RM=";
hash = "sha256-7+QSt+W6M3AjF3eLq1aqZPyQs2LrZD0RlVTBTUJngAc=";
};
pythonRelaxDeps = true;