about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt2024-06-16 13:14:16 +0200
committerGitHub2024-06-16 13:14:16 +0200
commite11a432c1cdfca660c07949f89c1899219cf53cc (patch)
treeb5f513b47833d14ff5bef3892f21f9a491e5d75d /pkgs
parent1a6f087c2a85f3f47437e6ab669cb3de2e123e18 (diff)
parent845bf9acc8fefc2c2fc329d2adae1e467ff94875 (diff)
Merge pull request #320091 from r-ryantm/auto-update/flexget
flexget: 3.11.36 -> 3.11.37
Diffstat (limited to 'pkgs')
-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 4e28f0750e49..1c2402f6495b 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -5,7 +5,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.11.36";
+  version = "3.11.37";
   pyproject = true;
 
   # Fetch from GitHub in order to use `requirements.in`
@@ -13,7 +13,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "Flexget";
     repo = "Flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-6WZALdKORsa0wahPKgkpzjlktJQxnbiiJLXGv3E9MXM=";
+    hash = "sha256-bZd/iLEGF5+Zt4kKAvUmjHiPKA1v1FWf5/BEcsLy9MU=";
   };
 
   postPatch = ''