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-05-02 06:39:39 -0500
committerGitHub <noreply@github.com>2021-05-02 13:39:39 +0200
commit4da5de00a546f7820d33a3b11deb02c20816130a (patch)
tree22f4544a3ff63918ad7164df9a92272c67d2fc8b /pkgs/applications/networking/flexget
parentcf39deb8a32d2b154e1d36c317cc4a163d448836 (diff)
downloadnixpkgs-4da5de00a546f7820d33a3b11deb02c20816130a.tar
nixpkgs-4da5de00a546f7820d33a3b11deb02c20816130a.tar.gz
nixpkgs-4da5de00a546f7820d33a3b11deb02c20816130a.tar.bz2
nixpkgs-4da5de00a546f7820d33a3b11deb02c20816130a.tar.lz
nixpkgs-4da5de00a546f7820d33a3b11deb02c20816130a.tar.xz
nixpkgs-4da5de00a546f7820d33a3b11deb02c20816130a.tar.zst
nixpkgs-4da5de00a546f7820d33a3b11deb02c20816130a.zip
flexget: 3.1.110 -> 3.1.116 (#121464)
Diffstat (limited to 'pkgs/applications/networking/flexget')
-rw-r--r--pkgs/applications/networking/flexget/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index 3f2e3490955..592c5282cd1 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.110";
+  version = "3.1.116";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "e8642dcbbfe941e2d2def7bf2e28889082a78c1d041edb33dae180036832a96b";
+    sha256 = "6372b36495ae023bd64ce28ca649feba54b060ed8f0a5f606a4845974e834493";
   };
 
   postPatch = ''
@@ -54,6 +54,7 @@ python3Packages.buildPythonApplication rec {
     sqlalchemy
     terminaltables
     zxcvbn
+    psutil
     # plugins
     transmission-rpc
   ];