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

flexget: 3.1.150 -> 3.1.152
This commit is contained in:
Mario Rodas 2021-11-14 09:10:29 -05:00 committed by GitHub
commit 65de2a8fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "flexget";
version = "3.1.150";
version = "3.1.152";
# Fetch from GitHub in order to use `requirements.in`
src = fetchFromGitHub {
owner = "flexget";
repo = "flexget";
rev = "v${version}";
sha256 = "sha256-tSA1pDGzIX2uIEWM0xV53jj1vBcJFMNCRakczs7Hue4=";
sha256 = "0xm6aib22frq8bq0ihjgihiw8dj6ymjxszklbz59yrz5rgzlaw81";
};
postPatch = ''