about summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-08-10 13:37:57 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-08-10 13:37:57 +1000
commit484cd7bbff82f768b5ee41e1d62b484a23532226 (patch)
tree27357ec53ebe0b18683720d3bb29f3065df70bcc /pkgs/applications/networking/flexget
parent21586c3000715f7dde40008730ed39a5158939ed (diff)
flexget: 3.8.2 -> 3.8.3
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 8a5843d2bbec9..0f9238509bccf 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -6,7 +6,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.8.2";
+  version = "3.8.3";
   format = "pyproject";
 
   # Fetch from GitHub in order to use `requirements.in`
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "Flexget";
     repo = "Flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-IdjNk1GyJcNwHqm/ZYdHRh6a/XAD5p41Vu8JdPuCglE=";
+    hash = "sha256-qGc5L9hL4KbcHGZvhvzqBg1ATFHWGKM72O/aDhrCV4Q=";
   };
 
   postPatch = ''