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

flexget: 3.3.34 -> 3.3.35
This commit is contained in:
Mario Rodas 2022-10-14 18:31:53 -05:00 committed by GitHub
commit 42493bc45a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.3.34";
version = "3.3.35";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
hash = "sha256-eDSfKkVR06rqSQkVWTEL/v5XLXWHagV0h8ClWNFaYak=";
hash = "sha256-CVWeTjigfIrCFa9OZRfA4QWZArA2vkA6psITRFMKr4o=";
};
postPatch = ''