Merge pull request #69530 from r-ryantm/auto-update/FlexGet

flexget: 2.21.16 -> 2.21.19
This commit is contained in:
Marek Mahut 2019-09-27 22:09:03 +02:00 committed by GitHub
commit f45cc65cb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,11 +24,11 @@ with python'.pkgs;
buildPythonApplication rec {
pname = "FlexGet";
version = "2.21.16";
version = "2.21.19";
src = fetchPypi {
inherit pname version;
sha256 = "1skb73nsg5gqlqqcs64c9kiidd74p3gm0xx93jaky2gagn0jn7rv";
sha256 = "1xkxd5p4ps0dnwns64zzlvs252wx0f9fy5b6000gyql7y5cma3kj";
};
postPatch = ''