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

flexget: 3.3.27 -> 3.3.28
This commit is contained in:
Mario Rodas 2022-09-23 01:12:21 -05:00 committed by GitHub
commit fac9f7ab67
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.27";
version = "3.3.28";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
hash = "sha256-0FHhYsm2Uwag0e2i7ip32EWjS4Fx6vA9eW1ojSBB5Hc=";
hash = "sha256-u0X4Nqz0oGqpd1agWK83ho4xayRBiy0RynclhjHc69Q=";
};
postPatch = ''