summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-14 10:27:46 -0400
committerGitHub <noreply@github.com>2023-08-14 10:27:46 -0400
commit8eae78f07f8c0f45ed2c83f045f672f4b668b93b (patch)
treebf23c5670afcb48cb765e4a9d8dba78fd104f63c /pkgs/applications
parent6f31afadf08140eec72fa849c8ad9067dda2c2f9 (diff)
parent1ad146d6279337331eb46bc9a94451c6b157dede (diff)
Merge pull request #249035 from marsam/update-flexget
flexget: 3.8.5 -> 3.8.6
Diffstat (limited to 'pkgs/applications')
-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 535f9f32df954..3e4e60376c356 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.5";
+  version = "3.8.6";
   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-lvZVezg5MORsNkWGo7iqtyRlo68JcVLiG+2hhiSdRZ8=";
+    hash = "sha256-KF5d9SjKUkkHoYWmNWNBMe567w2StgEFsZprS+SFw7Y=";
   };
 
   postPatch = ''