diff options
author | Mario Rodas | 2022-09-23 06:55:31 -0500 |
---|---|---|
committer | GitHub | 2022-09-23 06:55:31 -0500 |
commit | 6fcaded221057f6bc60600bb84ff5578df902c47 (patch) | |
tree | 93902d6aeef47e00b91781973323e3198c545d06 /pkgs | |
parent | 866431777b6c766cea0db7aad347824d3816be68 (diff) | |
parent | 4290640c641f5cf0decb3f91dd97161c3e84ecee (diff) |
Merge pull request #192587 from r-ryantm/auto-update/flexget
flexget: 3.3.28 -> 3.3.29
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/applications/networking/flexget/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index aeda298bed5a..32d451be6ad8 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -5,14 +5,14 @@ python3Packages.buildPythonApplication rec { pname = "flexget"; - version = "3.3.28"; + version = "3.3.29"; # Fetch from GitHub in order to use `requirements.in` src = fetchFromGitHub { owner = "flexget"; repo = "flexget"; rev = "refs/tags/v${version}"; - hash = "sha256-u0X4Nqz0oGqpd1agWK83ho4xayRBiy0RynclhjHc69Q="; + hash = "sha256-BUOjcde6/9IzkEBR1TsDBPr4rArRs83X/vwYQr+72ww="; }; postPatch = '' |