flexget: 3.19.8 -> 3.19.10

This commit is contained in:
R. Ryantm
2026-04-10 11:36:10 +00:00
parent e3f77cfc73
commit d4c592396e
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "flexget";
version = "3.19.8";
version = "3.19.10";
pyproject = true;
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${finalAttrs.version}";
hash = "sha256-jscIOKqcG/ycb8WcFBheJm3XFBNgmY33iJsMmwL6M/U=";
hash = "sha256-G0Scv6XHjpxp5V0Ep+4itu+SmO/8jhR6LHvG/9scIPY=";
};
pythonRelaxDeps = true;