Merge pull request #266644 from marsam/update-flexget

flexget: 3.9.16 -> 3.9.18

authored by

Nick Cao and committed by
GitHub
654135cc ccc21b26

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