From ba84ea45ac49f95c9f4356b486a39f6c636558e1 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Fri, 24 Nov 2023 04:20:00 +0000 Subject: [PATCH] flexget: 3.9.18 -> 3.10.1 Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.9.18...v3.10.1 Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.10.1 --- 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 792d5c93a9e5..ae0ba30d559b 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -24,7 +24,7 @@ let in python.pkgs.buildPythonApplication rec { pname = "flexget"; - version = "3.9.18"; + version = "3.10.1"; format = "pyproject"; # Fetch from GitHub in order to use `requirements.in` @@ -32,7 +32,7 @@ python.pkgs.buildPythonApplication rec { owner = "Flexget"; repo = "Flexget"; rev = "refs/tags/v${version}"; - hash = "sha256-Wxi6+6c/PK990YCoFKBMxJbYgMkS9y46hNIlkVhjbA4="; + hash = "sha256-4r+PADMUpyvWNvA7MSgjx1VcCJKrYJLyvEn9esZKCRw="; }; postPatch = ''