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-05-22 14:47:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-05-22 14:47:55 +0000
commitdedeed7420218501723f17444f03ae83cf5e94b9 (patch)
tree0dd4df97472ddbe8cb1e00c53302720de3acab1c /pkgs/applications/networking/flexget
parente04ca593173bc086a1fa195258090aaab9279f1f (diff)
flexget: 3.3.10 -> 3.3.11
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 b50c05fd180f4..8b6629a9b126c 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.10";
+  version = "3.3.11";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-ESUkGHUVToM5rxpEa0zMo/LxWfPgovkNqDU5IAqQBZg=";
+    hash = "sha256-nmGGGzqsce9agAPmE+xJ6/jv2avWlSDhaQr2PxptYcQ=";
   };
 
   postPatch = ''