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

flexget: 3.3.25 -> 3.3.26
This commit is contained in:
Mario Rodas 2022-09-10 10:19:23 -05:00 committed by GitHub
commit 92ff747795
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.25";
version = "3.3.26";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "refs/tags/v${version}";
hash = "sha256-kfpri6AFNb9GcAIDVhFV1uSDSNNSopReWRKuvWifcTU=";
hash = "sha256-5THgUOQv9gPUh9emWiBs/tSNsOX4ZVh+jvKEpWsy05w=";
};
postPatch = ''