about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-15 13:32:49 -0400
committerGitHub <noreply@github.com>2024-03-15 13:32:49 -0400
commit20946621577931d0fbbc0be057a0720540e11519 (patch)
treec1a7639182a9358a0f0e46708b75f0dbffb66f06 /pkgs/applications/networking
parent3bdaea53363c59a02a68872b76695b427f31bb9c (diff)
parentfaef243059df1738aa23dd2c5a2f273e1ffa23e4 (diff)
downloadnixlib-20946621577931d0fbbc0be057a0720540e11519.tar
nixlib-20946621577931d0fbbc0be057a0720540e11519.tar.gz
nixlib-20946621577931d0fbbc0be057a0720540e11519.tar.bz2
nixlib-20946621577931d0fbbc0be057a0720540e11519.tar.lz
nixlib-20946621577931d0fbbc0be057a0720540e11519.tar.xz
nixlib-20946621577931d0fbbc0be057a0720540e11519.tar.zst
nixlib-20946621577931d0fbbc0be057a0720540e11519.zip
Merge pull request #296042 from marsam/update-flexget
flexget: 3.11.22 -> 3.11.23
Diffstat (limited to 'pkgs/applications/networking')
-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 899b44aae2e1..26cc701b7e58 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 = ''