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

flexget: 3.5.13 -> 3.5.15

authored by Mario Rodas and committed by GitHub 7b71a86c 64bf8c69

+2 -2
+2 -2
pkgs/applications/networking/flexget/default.nix
··· 5 5 6 6 python3Packages.buildPythonApplication rec { 7 7 pname = "flexget"; 8 - version = "3.5.13"; 8 + version = "3.5.16"; 9 9 format = "pyproject"; 10 10 11 11 # Fetch from GitHub in order to use `requirements.in` ··· 13 13 owner = "flexget"; 14 14 repo = "flexget"; 15 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-0yO4prnYJkD7eiyrEOPHlDTsgGgRhQujsp8k2FsLYKI="; 16 + hash = "sha256-9hcl7OZLi86hZHLotsN1QlPzQ1Ep5vJumAyZxSxxIE8="; 17 17 }; 18 18 19 19 postPatch = ''