summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-10 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-11-10 04:20:00 +0000
commit00309155385e7685025de8da1d06f6f8fd11d04d (patch)
treed2e7fc101d47e423866d4ecae63905f0be6997f6
parentdbd73a7668819b6f754a44c06b32b5a4b29976e7 (diff)
downloadnixpkgs-00309155385e7685025de8da1d06f6f8fd11d04d.tar
nixpkgs-00309155385e7685025de8da1d06f6f8fd11d04d.tar.gz
nixpkgs-00309155385e7685025de8da1d06f6f8fd11d04d.tar.bz2
nixpkgs-00309155385e7685025de8da1d06f6f8fd11d04d.tar.lz
nixpkgs-00309155385e7685025de8da1d06f6f8fd11d04d.tar.xz
nixpkgs-00309155385e7685025de8da1d06f6f8fd11d04d.tar.zst
nixpkgs-00309155385e7685025de8da1d06f6f8fd11d04d.zip
flexget: 3.9.16 -> 3.9.18
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.9.16...v3.9.18

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.9.18
-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 47a3b35f025..792d5c93a9e 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -24,7 +24,7 @@ let
 in
 python.pkgs.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.9.16";
+  version = "3.9.18";
   format = "pyproject";
 
   # Fetch from GitHub in order to use `requirements.in`
@@ -32,7 +32,7 @@ python.pkgs.buildPythonApplication rec {
     owner = "Flexget";
     repo = "Flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-p92wiQ01NBFs5910wngkNHnE/mOfs9XnOLUEOyk9VpA=";
+    hash = "sha256-Wxi6+6c/PK990YCoFKBMxJbYgMkS9y46hNIlkVhjbA4=";
   };
 
   postPatch = ''