about summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-08 18:12:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-08 18:12:17 +0000
commite2285fc910659048755feb8174176934e62683a8 (patch)
tree00c4d8fd5a41ed026f1fead39dd13190f2596b5b /pkgs/applications/networking/flexget
parent7ea3d4395dc97845ff755caa790b3ccffdb681dc (diff)
flexget: 3.5.6 -> 3.5.9
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 90193971cd75b..30d6666c05dc8 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -5,7 +5,7 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.5.6";
+  version = "3.5.9";
   format = "pyproject";
 
   # Fetch from GitHub in order to use `requirements.in`
@@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-MO/BwlgSAt9rZC+kELdjJm6F15MJJPpvn412CndvqXk=";
+    hash = "sha256-oxWN+gFjy/Kf447SBiD7oUTA9+JhmtQ2oaAMQESsGUs=";
   };
 
   postPatch = ''