about summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-14 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-01-14 04:20:00 +0000
commitbbe2f639b1652f99c8b7440cdf0441fe3c772b4e (patch)
treec2861604dce2d80420d6dd46026d920b7e1d8569 /pkgs/applications/networking/flexget
parent6c08fe3ccf437d8b26bec010fd925ddd6bb0d0d5 (diff)
flexget: 3.11.2 -> 3.11.8
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.11.2...v3.11.8

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.11.8
Diffstat (limited to 'pkgs/applications/networking/flexget')
-rw-r--r--pkgs/applications/networking/flexget/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index 8563b71a9faaa..1518ca4403d95 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -24,7 +24,7 @@ let
 in
 python.pkgs.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.11.2";
+  version = "3.11.8";
   pyproject = true;
 
   # Fetch from GitHub in order to use `requirements.in`
@@ -32,7 +32,7 @@ python.pkgs.buildPythonApplication rec {
     owner = "Flexget";
     repo = "Flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-IM3qVn+XAv0EvRYc7ujMU4NPly5IaxF0efHAgI/lyms=";
+    hash = "sha256-kJLcOk1ci4agSoBO7L1JacVq5G2jTjOj1mh7J8S2D+Y=";
   };
 
   postPatch = ''
@@ -60,7 +60,7 @@ python.pkgs.buildPythonApplication rec {
     loguru
     more-itertools
     packaging
-    pendulum
+    pendulum_3
     psutil
     pynzb
     pyrsistent