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-03-14 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-03-14 04:20:00 +0000
commit1eb0d1e38ef7c81db1bceee12034b5bb4032c7e2 (patch)
treef5351533dd89466c8d576f8d23ee0c3bad90bafe /pkgs/applications/networking/flexget
parentc75c92f536ed32a83081a4725fd77b3162a07c9f (diff)
flexget: 3.1.103 -> 3.1.106
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 b58c30aee5d63..fd68dfc49f47b 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.103";
+  version = "3.1.106";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "da635a01ae7d15ba31b41081ab3e0214b8c5ab5e4662c381246495d7d1eba9be";
+    sha256 = "f0ff300a1762d701b77eb16142dcc13d9d099bbed695f1e950392c1d1bb988eb";
   };
 
   postPatch = ''