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-09-22 11:48:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-22 11:48:21 +0000
commit86a12a6f4524bcbd94a5c4a6db006fdfd8db1f43 (patch)
tree1d5e16760fe2d1b2370e3c7a20599bc4901ae34b /pkgs/applications/networking/flexget
parentac09134473a6abf5f3f21b6c91c783bc4f91ed3b (diff)
flexget: 3.3.27 -> 3.3.28
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 c4a76bdcfce1f..aeda298bed5ad 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.27";
+  version = "3.3.28";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-0FHhYsm2Uwag0e2i7ip32EWjS4Fx6vA9eW1ojSBB5Hc=";
+    hash = "sha256-u0X4Nqz0oGqpd1agWK83ho4xayRBiy0RynclhjHc69Q=";
   };
 
   postPatch = ''