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-27 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-08-27 04:20:00 +0000
commita2028f60339895b0e305801fe7a7cbfc59dbb309 (patch)
treee8d4c7a90b0e0b3e120faaeded92758f9f96da9b /pkgs/applications/networking/flexget/default.nix
parentd2f8ef04b0ed6102d096be5aace4090037c44335 (diff)
downloadnixpkgs-a2028f60339895b0e305801fe7a7cbfc59dbb309.tar
nixpkgs-a2028f60339895b0e305801fe7a7cbfc59dbb309.tar.gz
nixpkgs-a2028f60339895b0e305801fe7a7cbfc59dbb309.tar.bz2
nixpkgs-a2028f60339895b0e305801fe7a7cbfc59dbb309.tar.lz
nixpkgs-a2028f60339895b0e305801fe7a7cbfc59dbb309.tar.xz
nixpkgs-a2028f60339895b0e305801fe7a7cbfc59dbb309.tar.zst
nixpkgs-a2028f60339895b0e305801fe7a7cbfc59dbb309.zip
flexget: 3.9.4 -> 3.9.5
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.9.4...v3.9.5

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.9.5
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 84827d22810..649be6767c2 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.4";
+  version = "3.9.5";
   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-cdmW0VSWjr3rm/1T0uDy1iPm3ojR5wrgRixyjIQhodU=";
+    hash = "sha256-L3AQCc5ErWjMATKMSZf9r+4rfFA8SjCCcT0rW9oMmbA=";
   };
 
   postPatch = ''