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-11 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-08-11 04:20:00 +0000
commit7653eb2317273929fcced97b5f1f69542dbe5fd3 (patch)
tree9099d09ed0bbbd0f38a7db21a07359ec45415981 /pkgs/applications/networking/flexget/default.nix
parent3d1703e5767fd0612e66e7e39b15670b3e983869 (diff)
downloadnixpkgs-7653eb2317273929fcced97b5f1f69542dbe5fd3.tar
nixpkgs-7653eb2317273929fcced97b5f1f69542dbe5fd3.tar.gz
nixpkgs-7653eb2317273929fcced97b5f1f69542dbe5fd3.tar.bz2
nixpkgs-7653eb2317273929fcced97b5f1f69542dbe5fd3.tar.lz
nixpkgs-7653eb2317273929fcced97b5f1f69542dbe5fd3.tar.xz
nixpkgs-7653eb2317273929fcced97b5f1f69542dbe5fd3.tar.zst
nixpkgs-7653eb2317273929fcced97b5f1f69542dbe5fd3.zip
flexget: 3.8.3 -> 3.8.5
Diff: https://github.com/Flexget/Flexget/compare/refs/tags/v3.8.3...v3.8.5

Changelog: https://github.com/Flexget/Flexget/releases/tag/v3.8.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 0f9238509bc..535f9f32df9 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.8.3";
+  version = "3.8.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-qGc5L9hL4KbcHGZvhvzqBg1ATFHWGKM72O/aDhrCV4Q=";
+    hash = "sha256-lvZVezg5MORsNkWGo7iqtyRlo68JcVLiG+2hhiSdRZ8=";
   };
 
   postPatch = ''