about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2022-10-26 21:39:31 +0300
committerGitHub <noreply@github.com>2022-10-26 21:39:31 +0300
commit45fd6074acd143f12d0b209e6c3db65c956c51b9 (patch)
tree90365e505c7c0b11a5b7a55718ad3239d3dd87cf /pkgs/applications
parentf092bc9d3c4df405b0413775d25660f824dc9117 (diff)
parentda2f775f5758f464191eae90c5658b91c852cec5 (diff)
Merge pull request #197938 from r-ryantm/auto-update/flexget
flexget: 3.4.0 -> 3.4.1
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 3e7d11dfe51d6..8e1ae2528a658 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.4.0";
+  version = "3.4.1";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-Q6VXGkNs5x/B4xGc0ugaVtFOfTukoUNrbUzBbdyPk6A=";
+    hash = "sha256-OfRbkMIqusfiHyBPnPnbOPwYo7lF5bg46MEM8V5nGq4=";
   };
 
   postPatch = ''