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

flexget: 3.1.30 -> 3.1.56
This commit is contained in:
Mario Rodas
2020-05-25 18:52:51 -05:00
committed by GitHub

View File

@@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "FlexGet";
version = "3.1.30";
version = "3.1.57";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "453992c6bf8a7b0f83abeddd0e8f989dc10fd59e407e3803b886072cff2576a7";
sha256 = "661663726f75b12ba2e67db1276a9abf586b41db1ff313488ca35a439ec5d721";
};
postPatch = ''