flexget: 2.21.8 -> 2.21.15

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flexget/versions
This commit is contained in:
R. RyanTM 2019-08-03 21:49:11 -07:00 committed by Frederik Rietdijk
parent 525eaf407d
commit f11e4fd747

View File

@ -24,11 +24,11 @@ with python'.pkgs;
buildPythonApplication rec {
pname = "FlexGet";
version = "2.21.8";
version = "2.21.15";
src = fetchPypi {
inherit pname version;
sha256 = "0a3dz013xxlwxz94i243bahw15k5y45mgk0z1zgkp1xrbiwglwvc";
sha256 = "0p1pa5l9apd40mdlgzp9vfpd8x9laqiah2i8l3q9m6nnibk1ipx8";
};
postPatch = ''