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-01-05 23:45:21 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-01-05 23:45:21 -0500
commitf8de3607972a62c2ca3797e21c8b1f24d9570453 (patch)
tree08f7e7ecef4fda8d5bac4d615ee7878bb826cf46 /pkgs/applications/networking/flexget
parente3f0b5ee9715b368e6c0828bbebd4bec76296ec7 (diff)
downloadnixpkgs-f8de3607972a62c2ca3797e21c8b1f24d9570453.tar
nixpkgs-f8de3607972a62c2ca3797e21c8b1f24d9570453.tar.gz
nixpkgs-f8de3607972a62c2ca3797e21c8b1f24d9570453.tar.bz2
nixpkgs-f8de3607972a62c2ca3797e21c8b1f24d9570453.tar.lz
nixpkgs-f8de3607972a62c2ca3797e21c8b1f24d9570453.tar.xz
nixpkgs-f8de3607972a62c2ca3797e21c8b1f24d9570453.tar.zst
nixpkgs-f8de3607972a62c2ca3797e21c8b1f24d9570453.zip
flexget: 3.1.91 -> 3.1.95
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 8ef1a690441..f91d89e5ab1 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.91";
+  version = "3.1.95";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "5d6668dd9721b60738ea44c616fcdee6210f7ef52b461eb13b77091caef4a832";
+    sha256 = "5dc80828713c0ece57c6e86a2bad41bbdf34ec41a0ea4da71adfb43784d85120";
   };
 
   postPatch = ''