about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-06-07 09:41:14 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2024-06-07 09:41:14 +0200
commit7a801b97e1199934ca42ffcdc69d79f313d4747c (patch)
treefd4590a70f51b9ebe544a514ab3e72153a6e7d92
parent34b3af17a4b41abf817765fa40da924ea17d665a (diff)
flexget: 3.11.35 -> 3.11.36
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.11.35...v3.11.36

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.11.36
-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 39a7ae4690fb8..4e28f0750e49d 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.35";
+  version = "3.11.36";
   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-L3A0bU35IfFfwDIbcNVAU4jGb00jODgq7Z67RQrT4u0=";
+    hash = "sha256-6WZALdKORsa0wahPKgkpzjlktJQxnbiiJLXGv3E9MXM=";
   };
 
   postPatch = ''