summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-28 13:23:46 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-28 22:23:46 +0200
commit99b80a111e4256384cf2367b83e8e49483afd6fe (patch)
tree1ed22000c2d2cb23699b61cbb8ee035b84ea7a51 /pkgs/applications/networking/flexget
parent9b48d87889a28958c5b3a7f8b0b1bbd74ccd11d6 (diff)
downloadnixpkgs-99b80a111e4256384cf2367b83e8e49483afd6fe.tar
nixpkgs-99b80a111e4256384cf2367b83e8e49483afd6fe.tar.gz
nixpkgs-99b80a111e4256384cf2367b83e8e49483afd6fe.tar.bz2
nixpkgs-99b80a111e4256384cf2367b83e8e49483afd6fe.tar.lz
nixpkgs-99b80a111e4256384cf2367b83e8e49483afd6fe.tar.xz
nixpkgs-99b80a111e4256384cf2367b83e8e49483afd6fe.tar.zst
nixpkgs-99b80a111e4256384cf2367b83e8e49483afd6fe.zip
flexget: 2.14.18 -> 2.14.21 (#47053)
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 53ee46e2060..70639e364c3 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -36,11 +36,11 @@ with python'.pkgs;
 
 buildPythonApplication rec {
   pname = "FlexGet";
-  version = "2.14.18";
+  version = "2.14.21";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1pyvm1d23qy71rg7fzxcal8978kni7sn09zw4s4dsq56g8w80ay9";
+    sha256 = "08z0pf1g5xp3760da48v9h9hja2j8cgrwkgim156drk259bf5vm2";
   };
 
   postPatch = ''