Skip to content

Commit 32c543a

Browse files
authored
flexget: 3.15.31 -> 3.15.32 (NixOS#398604)
2 parents a95e690 + 5703730 commit 32c543a

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

1313
src = fetchFromGitHub {
1414
owner = "Flexget";
1515
repo = "Flexget";
1616
tag = "v${version}";
17-
hash = "sha256-Q1o7jSFvwTD9qPXst6J9Vg/pY9olEPSUegBHOZueDEk=";
17+
hash = "sha256-jKjsqj5q3egjyRzISW4UXpTpxq9QeqUQMfJ0wjC1PsQ=";
1818
};
1919

2020
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)