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-03-14 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-03-14 04:20:00 +0000
commitfaef243059df1738aa23dd2c5a2f273e1ffa23e4 (patch)
treecf167b9bc97befbbc52906fb51afb8e1717346ce /pkgs/applications/networking/flexget
parent9e74ca5b993b5133f7cca0f7d2be308fbc1f3e5b (diff)
flexget: 3.11.22 -> 3.11.23
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.11.22...v3.11.23

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.11.23
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 899b44aae2e12..26cc701b7e585 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -6,7 +6,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.11.22";
+  version = "3.11.23";
   pyproject = true;
 
   # Fetch from GitHub in order to use `requirements.in`
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "Flexget";
     repo = "Flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-csy3v1A8tejdChw6umslOPMCJHk5MBLuJdxbpzJBphQ=";
+    hash = "sha256-qEGgXpwECt9vAV+0GfAIQSuHwWtz4vFxy+6QuVUe5Rs=";
   };
 
   postPatch = ''