From 99b80a111e4256384cf2367b83e8e49483afd6fe Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Fri, 28 Sep 2018 13:23:46 -0700 Subject: [PATCH] flexget: 2.14.18 -> 2.14.21 (#47053) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/flexget/versions --- 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 53ee46e20606..70639e364c3e 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -36,11 +36,11 @@ with python'.pkgs; buildPythonApplication rec { pname = "FlexGet"; - version = "2.14.18"; + version = "2.14.21"; src = fetchPypi { inherit pname version; - sha256 = "1pyvm1d23qy71rg7fzxcal8978kni7sn09zw4s4dsq56g8w80ay9"; + sha256 = "08z0pf1g5xp3760da48v9h9hja2j8cgrwkgim156drk259bf5vm2"; }; postPatch = ''