From 3f11c2fc18c93b26019fd6be963ab21248908fd9 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 5 Apr 2023 04:20:00 +0000 Subject: [PATCH] flexget: 3.5.33 -> 3.5.36 --- pkgs/applications/networking/flexget/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index 21ec3533976d..93376ecc44e6 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -31,7 +31,7 @@ let in python.pkgs.buildPythonApplication rec { pname = "flexget"; - version = "3.5.33"; + version = "3.5.36"; format = "pyproject"; # Fetch from GitHub in order to use `requirements.in` @@ -39,7 +39,7 @@ python.pkgs.buildPythonApplication rec { owner = "Flexget"; repo = "Flexget"; rev = "refs/tags/v${version}"; - hash = "sha256-LzDXNl2IQ3+j9uP+nE6JS8E+pO0n9zwmA7wrMeKR6Ms="; + hash = "sha256-Aj3dOdZTpqBocBFySPZjvjeOZs7eAJeKqm7ykh0Y1CE="; }; postPatch = ''