summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget/default.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-08-21 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-08-21 04:20:00 +0000
commitc7e063170a0992409919c0cb9bc9e735952721d7 (patch)
treeb49813446a52bc763cfca17200ca79a9fd40ef30 /pkgs/applications/networking/flexget/default.nix
parent8c5b4290c74e8ec723867632683a6ba1daabb42b (diff)
downloadnixpkgs-c7e063170a0992409919c0cb9bc9e735952721d7.tar
nixpkgs-c7e063170a0992409919c0cb9bc9e735952721d7.tar.gz
nixpkgs-c7e063170a0992409919c0cb9bc9e735952721d7.tar.bz2
nixpkgs-c7e063170a0992409919c0cb9bc9e735952721d7.tar.lz
nixpkgs-c7e063170a0992409919c0cb9bc9e735952721d7.tar.xz
nixpkgs-c7e063170a0992409919c0cb9bc9e735952721d7.tar.zst
nixpkgs-c7e063170a0992409919c0cb9bc9e735952721d7.zip
flexget: 3.9.3 -> 3.9.4
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.9.3...v3.9.4

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.9.4
Diffstat (limited to 'pkgs/applications/networking/flexget/default.nix')
-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 fc1c948ae49..84827d22810 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.3";
+  version = "3.9.4";
   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-IP6rVOrhIWrEWqrA0BCthAbCD2pRNnDzvY7bP4ANTCc=";
+    hash = "sha256-cdmW0VSWjr3rm/1T0uDy1iPm3ojR5wrgRixyjIQhodU=";
   };
 
   postPatch = ''