about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-02-22 06:25:18 -0500
committerGitHub <noreply@github.com>2024-02-22 06:25:18 -0500
commit99c3b5465471e60758cf87a2f8358a33388110c4 (patch)
treec59817c5f48dc115156c45529850f6528e69f477
parent8f46cabf6cee6843f7bac9a1ebd69df2c230db4a (diff)
parentfce2b72d0eea2c099cb7ac3c8da3e42cb213c7c1 (diff)
downloadnixlib-99c3b5465471e60758cf87a2f8358a33388110c4.tar
nixlib-99c3b5465471e60758cf87a2f8358a33388110c4.tar.gz
nixlib-99c3b5465471e60758cf87a2f8358a33388110c4.tar.bz2
nixlib-99c3b5465471e60758cf87a2f8358a33388110c4.tar.lz
nixlib-99c3b5465471e60758cf87a2f8358a33388110c4.tar.xz
nixlib-99c3b5465471e60758cf87a2f8358a33388110c4.tar.zst
nixlib-99c3b5465471e60758cf87a2f8358a33388110c4.zip
Merge pull request #290583 from r-ryantm/auto-update/flexget
flexget: 3.11.18 -> 3.11.19
-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 5c2825eb8bdb..72011a3160b2 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.18";
+  version = "3.11.19";
   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-ykHBGZS/1cRBdMuZ6tz+3QY5cOBxt+Z2Dp3lKuTKj7w=";
+    hash = "sha256-XqZPhjuk3f9EbDTu+iX2U6uOXTn3rFdYjQNx5Prte88=";
   };
 
   postPatch = ''