about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-05-14 23:47:47 +0200
committerGitHub <noreply@github.com>2024-05-14 23:47:47 +0200
commit1cd23ed4ac35f6bb8e40342b45a8efa74adb628a (patch)
treef6b1e3af6acaab50ba1ee727245fa27cf7bfe3c2 /pkgs/applications
parentf0ffef50494f1e45800f593c65cb593dcb80b0de (diff)
parent9307cdbbeb1f55c37cc97dadfffa0a6c748d123b (diff)
Merge pull request #311741 from r-ryantm/auto-update/flexget
flexget: 3.11.31 -> 3.11.33
Diffstat (limited to 'pkgs/applications')
-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 089a1e6e71b21..b2349dff44cfd 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.31";
+  version = "3.11.33";
   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-lTAC33mw2iHY9Xj4WRgO+Fh+xfjs5vRw6xAZcEaJKhM=";
+    hash = "sha256-kgTlz3cUztIUKKqmUpUpEwu5qyjE0fCarG/EKJ1PoPc=";
   };
 
   postPatch = ''