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-12-21 22:09:05 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2022-12-25 11:56:18 +0100
commitbd24f46f04b1f1fdc18293d1a6176a77f2df959c (patch)
treeb1d439582adfae78b3e0f07b121cff45d1b69a8e /pkgs/applications/networking/flexget
parentbd374e4b6774b4a1b4d14fc6fbd1a7ae976da766 (diff)
flexget: 3.5.12 -> 3.5.13
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 9bd2c90d24f8a..665af1cf2eadc 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.12";
+  version = "3.5.13";
   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-nrW6+BhcDvFt7bw0XdiDk2eNnM+ut24xTdPulNDw9X4=";
+    hash = "sha256-0yO4prnYJkD7eiyrEOPHlDTsgGgRhQujsp8k2FsLYKI=";
   };
 
   postPatch = ''