summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorhyper_ch <gitlab.com@sjau.ch>2018-08-24 12:10:33 +0200
committerhyper_ch <gitlab.com@sjau.ch>2018-08-24 12:10:33 +0200
commitea1b4c7a9689067d9fde159de8ecc577f3635500 (patch)
tree16a1cc4b92509662cb72073bf996daa68b937ec8 /pkgs/applications/networking/flexget
parent5a4bdba25b982b421fc3fcea9cd20d58cf6fa834 (diff)
downloadnixpkgs-ea1b4c7a9689067d9fde159de8ecc577f3635500.tar
nixpkgs-ea1b4c7a9689067d9fde159de8ecc577f3635500.tar.gz
nixpkgs-ea1b4c7a9689067d9fde159de8ecc577f3635500.tar.bz2
nixpkgs-ea1b4c7a9689067d9fde159de8ecc577f3635500.tar.lz
nixpkgs-ea1b4c7a9689067d9fde159de8ecc577f3635500.tar.xz
nixpkgs-ea1b4c7a9689067d9fde159de8ecc577f3635500.tar.zst
nixpkgs-ea1b4c7a9689067d9fde159de8ecc577f3635500.zip
Flexget: 2.14.9 -> 2.14.18
Diffstat (limited to 'pkgs/applications/networking/flexget')
-rw-r--r--pkgs/applications/networking/flexget/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index 2ba5213bcc5..53ee46e2060 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -36,7 +36,7 @@ with python'.pkgs;
 
 buildPythonApplication rec {
   pname = "FlexGet";
-  version = "2.14.9";
+  version = "2.14.18";
 
   src = fetchPypi {
     inherit pname version;