about summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-11-27 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-11-27 04:20:00 +0000
commit836866f9f4b70fdfb56177b9eae01e8746b07bff (patch)
treea96855b4b631f0a39e056caf27796f626e601fb8 /pkgs/applications/networking/flexget
parent092154c92f986204a4859aa2ade24a53f0259237 (diff)
flexget: 3.1.153 -> 3.2.1
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 cfb105943ef4a..0bf312bd971bd 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -2,14 +2,14 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.1.153";
+  version = "3.2.1";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "v${version}";
-    sha256 = "sha256-xGGSm6IXTh89wSt0/DNgbe1mFBNuG9x3YLerJcBYMmI=";
+    sha256 = "sha256-EOE72zpQj2yxxqDL9gqmu1NQ1B/lY1fh3EUwqpxf2xg=";
   };
 
   postPatch = ''