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

flexget: 3.3.28 -> 3.3.29

authored by Mario Rodas and committed by GitHub 6fcaded2 86643177

+2 -2
+2 -2
pkgs/applications/networking/flexget/default.nix
··· 5 5 6 6 python3Packages.buildPythonApplication rec { 7 7 pname = "flexget"; 8 - version = "3.3.28"; 8 + version = "3.3.29"; 9 9 10 10 # Fetch from GitHub in order to use `requirements.in` 11 11 src = fetchFromGitHub { 12 12 owner = "flexget"; 13 13 repo = "flexget"; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-u0X4Nqz0oGqpd1agWK83ho4xayRBiy0RynclhjHc69Q="; 15 + hash = "sha256-BUOjcde6/9IzkEBR1TsDBPr4rArRs83X/vwYQr+72ww="; 16 16 }; 17 17 18 18 postPatch = ''