flexget: 3.17.1 -> 3.17.6

This commit is contained in:
R. Ryantm
2025-08-09 05:31:16 +00:00
parent 56078c1dcc
commit d0bdf04df2
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.17.1";
version = "3.17.6";
pyproject = true;
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${version}";
hash = "sha256-9Ba7VgVmy5FOnqzAB/ebTFeI892Y1G0R/UcNpkbNdGA=";
hash = "sha256-E0ytB30tiJgmdfpJ+KCy67enqmfZT7HjoZHlqtRQWsQ=";
};
pythonRelaxDeps = true;