about summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-07 06:27:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-07 06:27:31 +0000
commit95b6bbf1924bb4e9b4471ba9c38640fe08ff9000 (patch)
treec091d0c484b68019993e16c1b061b02667dabd88 /pkgs/applications/networking/flexget
parent3ad7b8a7e8c2da367d661df6c3742168c53913fa (diff)
flexget: 3.5.16 -> 3.5.17
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 8782816b232a1..6a8bed0c92bc6 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -5,7 +5,7 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.5.16";
+  version = "3.5.17";
   format = "pyproject";
 
   # Fetch from GitHub in order to use `requirements.in`
@@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-9hcl7OZLi86hZHLotsN1QlPzQ1Ep5vJumAyZxSxxIE8=";
+    hash = "sha256-7r/3rB0TI/sRTi69+tx24dGjETBhX0KS1Arhg8aeoCk=";
   };
 
   postPatch = ''