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-23 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-12-23 04:20:00 +0000
commit49645d42a6482d8cc6e931db1cf736bcfe8b7da9 (patch)
treeb92f02124f0198c2ac6540b9407f65aa4bd0fafd /pkgs/applications/networking/flexget
parent2ba8c30b4e11f9da2452a845f3f58c4c0d7ba229 (diff)
flexget: 3.10.1 -> 3.10.6
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.10.1...v3.10.6

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.10.6
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 ae0ba30d559bc..4d1129e15ba46 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.10.1";
+  version = "3.10.6";
   format = "pyproject";
 
   # 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-4r+PADMUpyvWNvA7MSgjx1VcCJKrYJLyvEn9esZKCRw=";
+    hash = "sha256-cDfeSCG+L8ALCC2CdfKIPzqMrWtwwN6KSvZS5n8rdXQ=";
   };
 
   postPatch = ''