about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-07 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-03-07 04:20:00 +0000
commit7967e54f74454ce0a2ca2c521426ed0b7ed0a9d0 (patch)
tree80431d489670402fb268880026305ecaf39137d7 /pkgs/applications/networking
parentc8cd65298e567e1e604431e4544361e365410f8c (diff)
downloadnixlib-7967e54f74454ce0a2ca2c521426ed0b7ed0a9d0.tar
nixlib-7967e54f74454ce0a2ca2c521426ed0b7ed0a9d0.tar.gz
nixlib-7967e54f74454ce0a2ca2c521426ed0b7ed0a9d0.tar.bz2
nixlib-7967e54f74454ce0a2ca2c521426ed0b7ed0a9d0.tar.lz
nixlib-7967e54f74454ce0a2ca2c521426ed0b7ed0a9d0.tar.xz
nixlib-7967e54f74454ce0a2ca2c521426ed0b7ed0a9d0.tar.zst
nixlib-7967e54f74454ce0a2ca2c521426ed0b7ed0a9d0.zip
flexget: 3.11.19 -> 3.11.21
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.11.19...v3.11.21

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.11.21
Diffstat (limited to 'pkgs/applications/networking')
-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 72011a3160b2..9dfb49a5d9ca 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.11.19";
+  version = "3.11.21";
   pyproject = true;
 
   # 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-XqZPhjuk3f9EbDTu+iX2U6uOXTn3rFdYjQNx5Prte88=";
+    hash = "sha256-KSOuNH+y7+mCK8XfGxiyn+C1H6g9a/ej96k8KG/EE9k=";
   };
 
   postPatch = ''