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-10-09 03:43:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-09 03:43:26 +0000
commit00e90defe5f98f36d7dc5110c2ac9c21d6661594 (patch)
tree6a197dd08086a6bce946c9f9c6cec3fe64b9bbd6 /pkgs/applications/networking/flexget
parent4811946ebfff3f94ef885949b2e1bbf4a799454c (diff)
flexget: 3.3.31 -> 3.3.32
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 cc3ab2c01accb..931cb683d3cb0 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.31";
+  version = "3.3.32";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-JUeH62y2Y73N843ADvvK91PpHAwn1QApnz5Qusm64mI=";
+    hash = "sha256-AeEVsgJtg9QVSstliKNbwogbXKpVhL3VnnsnEqg27wc=";
   };
 
   postPatch = ''