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

flexget: 3.5.21 -> 3.5.22

authored by Mario Rodas and committed by GitHub 73d4a60d eafe7ce7

+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.21"; 8 + version = "3.5.22"; 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-VVZvr0h98bWJW9FNFr3/pw7pSqF62hCnr6iv9xSzXf8="; 16 + hash = "sha256-I+7fTSyw5oKrad6HMxhex2wI4JLXDtoxHL4pxO3w2l8="; 17 17 }; 18 18 19 19 postPatch = ''