Skip to content

Commit 4effb09

Browse files
committed
flexget: 3.15.38 -> 3.15.42
1 parent 6f82867 commit 4effb09

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.38";
10+
version = "3.15.42";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "Flexget";
1515
repo = "Flexget";
1616
tag = "v${version}";
17-
hash = "sha256-quEqpF5oj1FLmQrIS4t3HwS23/m/QH/ZVijlQapt5Mc=";
17+
hash = "sha256-ON0j5HYNbpHSwTMJgX/xPLjzLZXRDk1YogbhcwugxJE=";
1818
};
1919

2020
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)