Merge pull request #186507 from marsam/update-flexget

flexget: 3.3.22 -> 3.3.24
This commit is contained in:
Mario Rodas 2022-08-13 16:49:15 -05:00 committed by GitHub
commit 7aacb45b37
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.22";
version = "3.3.24";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
hash = "sha256-VDMcOiuEOTzyogkdpVogikrme2Q6drpb40PqDgDtr7Q=";
hash = "sha256-AjYX9f7v6lxMO6vTjAanDMluvGDAvTwcvcq/fwMzSfk=";
};
postPatch = ''