about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-26 05:17:57 -0500
committerGitHub <noreply@github.com>2022-10-26 05:17:57 -0500
commitc28f423dae08c4f98bda3b74b897275ccc250374 (patch)
tree1bc6c03037534216d5a62d88b6179d363961b5cb /pkgs/applications/networking
parentd687e9a296329836e7b1864ef7748980cec494f3 (diff)
parentb942daaf3f8bd0a4a042dba82014f738bc43e8fd (diff)
Merge pull request #197707 from r-ryantm/auto-update/flexget
flexget: 3.3.39 -> 3.4.0
Diffstat (limited to 'pkgs/applications/networking')
-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 0ab6032d2e80e..3e7d11dfe51d6 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.39";
+  version = "3.4.0";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-UJOV/KRJgy4r7iKWdlA8k51OLzMcfMHgFSvII/D5erA=";
+    hash = "sha256-Q6VXGkNs5x/B4xGc0ugaVtFOfTukoUNrbUzBbdyPk6A=";
   };
 
   postPatch = ''