From 266737e76e3e25f94ff0569537cb096999d222c2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 29 Mar 2022 15:32:48 +0000 Subject: [PATCH 1/2] flexget: 3.3.4 -> 3.3.6 --- 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 96d3e773c88c..ae691d397eab 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.4"; + version = "3.3.6"; # Fetch from GitHub in order to use `requirements.in` src = fetchFromGitHub { owner = "flexget"; repo = "flexget"; rev = "v${version}"; - hash = "sha256-/nuY8+/RMM7ASke+NXb95yu+FeQHawCdgqVsBrk/KZ8="; + hash = "sha256-2CMDNSYJOhLS2ZUj7WCCirWI6Vlc5QheqYfq29imjcE="; }; postPatch = '' From a73514572f5abb58919b04d133aea0fb3451920e Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Mon, 4 Apr 2022 04:20:00 +0000 Subject: [PATCH 2/2] flexget: 3.3.6 -> 3.3.8 --- 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 ae691d397eab..ad18f4e1e611 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.6"; + version = "3.3.8"; # Fetch from GitHub in order to use `requirements.in` src = fetchFromGitHub { owner = "flexget"; repo = "flexget"; rev = "v${version}"; - hash = "sha256-2CMDNSYJOhLS2ZUj7WCCirWI6Vlc5QheqYfq29imjcE="; + hash = "sha256-ZGs5ixNcrkoZ4TRVuIUeNF1FNJwKpYElNv6oPhGiEmU="; }; postPatch = ''