Skip to content

Commit 1efb424

Browse files
authored
flexget: 3.15.19 -> 3.15.25 (#389526)
2 parents d1e14a9 + a211346 commit 1efb424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fl/flexget/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "flexget";
10-
version = "3.15.19";
10+
version = "3.15.25";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "Flexget";
1515
repo = "Flexget";
1616
tag = "v${version}";
17-
hash = "sha256-4YfBTlmwWFfSMjFA2FIRB6gNQ+BNKQNZIWmzageV1RM=";
17+
hash = "sha256-7+QSt+W6M3AjF3eLq1aqZPyQs2LrZD0RlVTBTUJngAc=";
1818
};
1919

2020
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)