Merge pull request #276317 from marsam/update-flexget

flexget: 3.10.1 -> 3.10.6

authored by Mario Rodas and committed by GitHub f6cf9fcd 0de869af

+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.10.1"; 27 + version = "3.10.6"; 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-4r+PADMUpyvWNvA7MSgjx1VcCJKrYJLyvEn9esZKCRw="; 35 + hash = "sha256-cDfeSCG+L8ALCC2CdfKIPzqMrWtwwN6KSvZS5n8rdXQ="; 36 36 }; 37 37 38 38 postPatch = ''