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-01-08 15:41:26 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-08 15:41:26 +0000
commite898681ce1f119ae3b7208c6950a9db16ff3cae1 (patch)
treec4ad831ed865dc6233c58e31b862f74dc0b2a26e /pkgs/applications/networking/flexget
parenta801c31fa47618d4fd27ee4c15d4c58b5ae60cae (diff)
flexget: 3.2.7 -> 3.2.8
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 950dd24f3309f..0136366423d0f 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.2.7";
+  version = "3.2.8";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "v${version}";
-    sha256 = "12nj1jcxbkpc0x59rg59fsryignpppsx0wiwncdv6fzr58pdhd3v";
+    sha256 = "0hr19f678pyd7mnzclfv7imh9s2m01k92dza1csyfacclvri8m07";
   };
 
   postPatch = ''