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-18 04:58:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-18 04:58:25 +0000
commita87ddf11992edd7f1ebe7ebf0fabfb5a5d84daad (patch)
tree7662bb6c0c99c9534be579bb4870cb1733343668 /pkgs/applications/networking/flexget
parentcf150c53f18a4ca2e0cb2d931d616f6f85cc459a (diff)
flexget: 3.5.11 -> 3.5.12
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 ac8e3129bb0be..9bd2c90d24f8a 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.11";
+  version = "3.5.12";
   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-KGeTzERLlsrBHQxskrMhFHw9XyYyl33bJJK+SN++EU4=";
+    hash = "sha256-nrW6+BhcDvFt7bw0XdiDk2eNnM+ut24xTdPulNDw9X4=";
   };
 
   postPatch = ''