summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-09-12 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-09-12 04:20:00 +0000
commit8696388e4845a5e8184ff0ea55505fb3b201de33 (patch)
tree9cb30a9ea7069a4fbe051b5da4ef92ac4e578667 /pkgs/applications/networking/flexget
parent1be0767ec81a9928a716de7f8a480074a7af1d2c (diff)
downloadnixpkgs-8696388e4845a5e8184ff0ea55505fb3b201de33.tar
nixpkgs-8696388e4845a5e8184ff0ea55505fb3b201de33.tar.gz
nixpkgs-8696388e4845a5e8184ff0ea55505fb3b201de33.tar.bz2
nixpkgs-8696388e4845a5e8184ff0ea55505fb3b201de33.tar.lz
nixpkgs-8696388e4845a5e8184ff0ea55505fb3b201de33.tar.xz
nixpkgs-8696388e4845a5e8184ff0ea55505fb3b201de33.tar.zst
nixpkgs-8696388e4845a5e8184ff0ea55505fb3b201de33.zip
flexget: 3.1.67 -> 3.1.71
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 c5998796145..d6a253efdaa 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.67";
+  version = "3.1.71";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "d3f4b7bebff80a3a3aa00daf60145a6bc3d12847d7339b39846b2341bca75ef3";
+    sha256 = "4c25d8733c8eb54c7d3ce60a17d8020049fb137b796e5ada9d15f41cdd0e1655";
   };
 
   postPatch = ''