about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-09 23:35:42 -0500
committerGitHub <noreply@github.com>2022-10-09 23:35:42 -0500
commitb4adec7816d125ad359ae4f660174090adf4801e (patch)
tree225f0f70d7ffbdcd6b4a3e397b355eab68bea8b3 /pkgs/applications
parent743d54a6f8abe610f1a527ae5cfd164b0ec96d07 (diff)
parentf8c5fbfb54d59a86ec2b9b401ba50834b4ca1d24 (diff)
Merge pull request #195318 from r-ryantm/auto-update/flexget
flexget: 3.3.32 -> 3.3.33
Diffstat (limited to 'pkgs/applications')
-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 931cb683d3cb0..110bcaa081a0b 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.32";
+  version = "3.3.33";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-AeEVsgJtg9QVSstliKNbwogbXKpVhL3VnnsnEqg27wc=";
+    hash = "sha256-dJdRGqHBPbdGrxqhOmQJSZmR+YacQCDKgu03WtrGqVA=";
   };
 
   postPatch = ''