Merge pull request #238889 from marsam/update-flexget

flexget: 3.7.5 -> 3.7.7

authored by Weijia Wang and committed by GitHub 9438752b 526bb1a7

+2 -2
+2 -2
pkgs/applications/networking/flexget/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "flexget"; 9 - version = "3.7.5"; 9 + version = "3.7.7"; 10 10 format = "pyproject"; 11 11 12 12 # Fetch from GitHub in order to use `requirements.in` ··· 14 14 owner = "Flexget"; 15 15 repo = "Flexget"; 16 16 rev = "refs/tags/v${version}"; 17 - hash = "sha256-abnCXRlpGp3+6zjKVOtlxjcC5VdaHjMyPC9PRlABJIA="; 17 + hash = "sha256-NBuiAaD7V4qTujsN8hoBYWzCCEmOTQb5qbpE0erh4oI="; 18 18 }; 19 19 20 20 postPatch = ''