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

flexget: 3.3.21 -> 3.3.22
This commit is contained in:
Fabian Affolter 2022-07-26 09:57:52 +02:00 committed by GitHub
commit cc895a46b2
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.21";
version = "3.3.22";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
hash = "sha256-0XpToyy5Q3d2IpEMaeyhTri4xCBrI3Kmy5lMTqnAqC0=";
hash = "sha256-VDMcOiuEOTzyogkdpVogikrme2Q6drpb40PqDgDtr7Q=";
};
postPatch = ''