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>2023-12-27 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-12-27 04:20:00 +0000
commit2c22ab16b3e478bfa023cf8012a8d5485c1c8ecb (patch)
treed96e829e11f75cd911d65fe17abf42445a727719 /pkgs/applications/networking/flexget
parent420b97bf42e851f688dbc343c500fbed4dd2e26b (diff)
flexget: 3.10.6 -> 3.11.2
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.10.6...v3.11.2

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