summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-22 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-22 04:20:00 +0000
commit8a9ef896794bfc2191c0319a9946fb5ad6fd555d (patch)
treea930718d2fb63f129a2abb20f6d5d7a3cb18ffef
parent06ce92cd3e29d2f7b9616363187add7d35c9d677 (diff)
downloadnixpkgs-8a9ef896794bfc2191c0319a9946fb5ad6fd555d.tar
nixpkgs-8a9ef896794bfc2191c0319a9946fb5ad6fd555d.tar.gz
nixpkgs-8a9ef896794bfc2191c0319a9946fb5ad6fd555d.tar.bz2
nixpkgs-8a9ef896794bfc2191c0319a9946fb5ad6fd555d.tar.lz
nixpkgs-8a9ef896794bfc2191c0319a9946fb5ad6fd555d.tar.xz
nixpkgs-8a9ef896794bfc2191c0319a9946fb5ad6fd555d.tar.zst
nixpkgs-8a9ef896794bfc2191c0319a9946fb5ad6fd555d.zip
flexget: 3.9.9 -> 3.9.10
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.9.9...v3.9.10

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.9.10
-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 13b11c4ed5a..1ed0ba03678 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.9.9";
+  version = "3.9.10";
   format = "pyproject";
 
   # 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-kZ+RHkqmmRd7Ew5u8/SQADzOUa9YwCsj+nmtthCDlDw=";
+    hash = "sha256-cUcfXoqNKe5Ok0vDqe0uCpV84XokKe4iXbWeTm1Qv14=";
   };
 
   postPatch = ''