about summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-04-17 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-04-17 04:20:00 +0000
commitfc604e07399900696e30f321bdf9fc8a930d0cfe (patch)
tree8cec0d93a2812b67dbea4033620865b9d63b5840 /pkgs/applications/networking/flexget
parente9254e10bca4e6ad1fb59328924cd949f8948b0b (diff)
flexget: 3.1.106 -> 3.1.110
Diffstat (limited to 'pkgs/applications/networking/flexget')
-rw-r--r--pkgs/applications/networking/flexget/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index fd68dfc49f47b..3f2e3490955bd 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.106";
+  version = "3.1.110";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "f0ff300a1762d701b77eb16142dcc13d9d099bbed695f1e950392c1d1bb988eb";
+    sha256 = "e8642dcbbfe941e2d2def7bf2e28889082a78c1d041edb33dae180036832a96b";
   };
 
   postPatch = ''