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-20 20:41:52 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-20 20:41:52 +0000
commit440905ae252c796379768950f31d7a906cfb8398 (patch)
treeda3ca9b8a78e01e48dbd5987c2eb3d99df306ddd /pkgs/applications/networking/flexget
parentb7d8c687782c8f9a1d425a7e486eb989654f6468 (diff)
flexget: 3.3.37 -> 3.3.38
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 acfa20c0f242d..2020e91c36cf9 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.37";
+  version = "3.3.38";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-9rNdl76taviGfy5va3VLmZpqH2nErAMhOg2gQQCfJyI=";
+    hash = "sha256-mOjI2pN/KEY//+i+2YmLjUqQwv223jYhu+KjPMRPAaw=";
   };
 
   postPatch = ''