From 1a69fd33df842b550ecc96b43de6c18140713f8a Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 25 Jan 2020 04:20:00 -0500 Subject: [PATCH] flexget: 3.1.11 -> 3.1.13 --- 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 7879fe5d8166..8c381df122d8 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -2,11 +2,11 @@ python3Packages.buildPythonApplication rec { pname = "FlexGet"; - version = "3.1.11"; + version = "3.1.13"; src = python3Packages.fetchPypi { inherit pname version; - sha256 = "0ff053e4f9e01334ffb2f4a45590fe0e3e49dd2c21ae19d433c63dcbfe618a01"; + sha256 = "51215f71ed2d2666313c7965a2b22b5463b4a51f319d64db61f6a4fd221e124e"; }; postPatch = ''