about summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-23 08:54:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-23 08:54:37 +0000
commit4290640c641f5cf0decb3f91dd97161c3e84ecee (patch)
treeb3a6d2f184fb520b29f2995fe6e4ca42200e31c7 /pkgs/applications/networking/flexget
parenteaecf0149a52f8cda01b70cd827f9d3ebeb9486e (diff)
flexget: 3.3.28 -> 3.3.29
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 aeda298bed5ad..32d451be6ad8c 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -5,14 +5,14 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.3.28";
+  version = "3.3.29";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-u0X4Nqz0oGqpd1agWK83ho4xayRBiy0RynclhjHc69Q=";
+    hash = "sha256-BUOjcde6/9IzkEBR1TsDBPr4rArRs83X/vwYQr+72ww=";
   };
 
   postPatch = ''