flexget: 3.9.16 -> 3.9.18

Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.9.16...v3.9.18

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.9.18

+2 -2
+2 -2
pkgs/applications/networking/flexget/default.nix
··· 24 in 25 python.pkgs.buildPythonApplication rec { 26 pname = "flexget"; 27 - version = "3.9.16"; 28 format = "pyproject"; 29 30 # Fetch from GitHub in order to use `requirements.in` ··· 32 owner = "Flexget"; 33 repo = "Flexget"; 34 rev = "refs/tags/v${version}"; 35 - hash = "sha256-p92wiQ01NBFs5910wngkNHnE/mOfs9XnOLUEOyk9VpA="; 36 }; 37 38 postPatch = ''
··· 24 in 25 python.pkgs.buildPythonApplication rec { 26 pname = "flexget"; 27 + version = "3.9.18"; 28 format = "pyproject"; 29 30 # Fetch from GitHub in order to use `requirements.in` ··· 32 owner = "Flexget"; 33 repo = "Flexget"; 34 rev = "refs/tags/v${version}"; 35 + hash = "sha256-Wxi6+6c/PK990YCoFKBMxJbYgMkS9y46hNIlkVhjbA4="; 36 }; 37 38 postPatch = ''