lol

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

flexget: 3.5.22 -> 3.5.23

authored by

Mario Rodas and committed by
GitHub
3a7f0879 5d4e464c

+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.22"; 8 + version = "3.5.23"; 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-I+7fTSyw5oKrad6HMxhex2wI4JLXDtoxHL4pxO3w2l8="; 16 + hash = "sha256-VWpcXwiQHpQ3X/rmm6fWfPfuUoUmWQMfOq5A87nED3A="; 17 17 }; 18 18 19 19 postPatch = ''