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

flexget: 3.3.24 -> 3.3.25
This commit is contained in:
Mario Rodas 2022-09-08 05:27:36 -05:00 committed by GitHub
commit 20b91f036d
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.24";
version = "3.3.25";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
hash = "sha256-AjYX9f7v6lxMO6vTjAanDMluvGDAvTwcvcq/fwMzSfk=";
hash = "sha256-kfpri6AFNb9GcAIDVhFV1uSDSNNSopReWRKuvWifcTU=";
};
postPatch = ''