From e3a88cd51f1a05e43fee1967808fc58a3eac89fa Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Thu, 20 Jun 2024 20:01:39 +0200 Subject: [PATCH] flexget: 3.11.37 -> 3.11.39 Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.11.37...v3.11.39 Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.11.39 --- 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 1c2402f6495b..5bdda1c1f4ef 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -5,7 +5,7 @@ python3.pkgs.buildPythonApplication rec { pname = "flexget"; - version = "3.11.37"; + version = "3.11.39"; pyproject = true; # Fetch from GitHub in order to use `requirements.in` @@ -13,7 +13,7 @@ python3.pkgs.buildPythonApplication rec { owner = "Flexget"; repo = "Flexget"; rev = "refs/tags/v${version}"; - hash = "sha256-bZd/iLEGF5+Zt4kKAvUmjHiPKA1v1FWf5/BEcsLy9MU="; + hash = "sha256-saNxs+Xdf6OTRRcMTceU8/ITcYzwtP8VqRKxsWyas+o="; }; postPatch = ''