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-03-29 15:32:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-29 15:32:48 +0000
commit266737e76e3e25f94ff0569537cb096999d222c2 (patch)
tree39c873176e9e9d8b1ae5555edd170971b281cca1 /pkgs/applications/networking/flexget
parent0e671e2b2b6e65c5712e0ccd8c2645d47f18f362 (diff)
flexget: 3.3.4 -> 3.3.6
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 96d3e773c88c3..ae691d397eab1 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.4";
+  version = "3.3.6";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "v${version}";
-    hash = "sha256-/nuY8+/RMM7ASke+NXb95yu+FeQHawCdgqVsBrk/KZ8=";
+    hash = "sha256-2CMDNSYJOhLS2ZUj7WCCirWI6Vlc5QheqYfq29imjcE=";
   };
 
   postPatch = ''