flexget: 3.16.3 -> 3.16.5

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.16.5
This commit is contained in:
Peder Bergebakken Sundt
2025-06-12 23:46:39 +02:00
parent 6ebd5c0190
commit 9fad3fd915
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.16.3";
version = "3.16.5";
pyproject = true;
src = fetchFromGitHub {
owner = "Flexget";
repo = "Flexget";
tag = "v${version}";
hash = "sha256-07dCSwRLIf/cmNsFuNHs9XXFGuJvwUNWgLuxRsMOXo4=";
hash = "sha256-tmxVk74eqN4qIe7cJF5IIWe7aXIH3Q2vi1galTF+FbI=";
};
pythonRelaxDeps = true;