summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-21 07:33:22 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-21 19:40:30 -0700
commit7ae9f72a48d2e1e1ae164d6cda5e965922ebfcdf (patch)
treed5a93727401987fbed99ddbe6baf65c9f4261025 /pkgs/applications/networking/flexget
parent89c236fe817224c0c48468890b8b08901e8193b5 (diff)
downloadnixpkgs-7ae9f72a48d2e1e1ae164d6cda5e965922ebfcdf.tar
nixpkgs-7ae9f72a48d2e1e1ae164d6cda5e965922ebfcdf.tar.gz
nixpkgs-7ae9f72a48d2e1e1ae164d6cda5e965922ebfcdf.tar.bz2
nixpkgs-7ae9f72a48d2e1e1ae164d6cda5e965922ebfcdf.tar.lz
nixpkgs-7ae9f72a48d2e1e1ae164d6cda5e965922ebfcdf.tar.xz
nixpkgs-7ae9f72a48d2e1e1ae164d6cda5e965922ebfcdf.tar.zst
nixpkgs-7ae9f72a48d2e1e1ae164d6cda5e965922ebfcdf.zip
flexget: 2.21.19 -> 2.21.25
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flexget/versions
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 6e8ec45a36d..d735c06a531 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -24,11 +24,11 @@ with python'.pkgs;
 
 buildPythonApplication rec {
   pname = "FlexGet";
-  version = "2.21.19";
+  version = "2.21.25";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1xkxd5p4ps0dnwns64zzlvs252wx0f9fy5b6000gyql7y5cma3kj";
+    sha256 = "0l77fgg0w5dca1bwk4fcc1yz1g7njb0x07yx4bazyg821gl15rc9";
   };
 
   postPatch = ''