flexget: 3.19.2 -> 3.19.4

This commit is contained in:
R. Ryantm
2026-03-24 03:54:24 +00:00
parent bd4c47d4c2
commit 49dcdc106e
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "flexget";
version = "3.19.2";
version = "3.19.4";
pyproject = true;
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${finalAttrs.version}";
hash = "sha256-hQNn3q5D1eBsQ7/HzeMv5G/ChL3wdjV3zD+tYirB0zE=";
hash = "sha256-wLwP/4h0GXNZ+MOu0DgLgFViynaXjBR9VDtP0c8jk20=";
};
pythonRelaxDeps = true;