From faef243059df1738aa23dd2c5a2f273e1ffa23e4 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Thu, 14 Mar 2024 04:20:00 +0000 Subject: flexget: 3.11.22 -> 3.11.23 Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.11.22...v3.11.23 Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.11.23 --- pkgs/applications/networking/flexget/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index 899b44aae2e12..26cc701b7e585 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -6,7 +6,7 @@ python3.pkgs.buildPythonApplication rec { pname = "flexget"; - version = "3.11.22"; + version = "3.11.23"; pyproject = true; # Fetch from GitHub in order to use `requirements.in` @@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec { owner = "Flexget"; repo = "Flexget"; rev = "refs/tags/v${version}"; - hash = "sha256-csy3v1A8tejdChw6umslOPMCJHk5MBLuJdxbpzJBphQ="; + hash = "sha256-qEGgXpwECt9vAV+0GfAIQSuHwWtz4vFxy+6QuVUe5Rs="; }; postPatch = '' -- cgit 1.4.1