Merge pull request #177592 from r-ryantm/auto-update/flexget

flexget: 3.3.16 -> 3.3.17
This commit is contained in:
Mario Rodas 2022-06-14 00:07:27 -05:00 committed by GitHub
commit 3c2068d6c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.3.16";
version = "3.3.17";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
hash = "sha256-XN5KJ9GgFSDMYd6n9Mt3UARsa/ZAB61DBGMRvFz/NVA=";
hash = "sha256-xVHk6fQBY8EQsZJDZYoQ+WXDpLGJrRTVR6xhF1DWv0I=";
};
postPatch = ''