about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-20 16:45:13 -0400
committerGitHub <noreply@github.com>2024-06-20 16:45:13 -0400
commit3b17b05c11db0f6a4bdbcfa21daef9483ed33607 (patch)
tree65bc9a9ea59731ca377d95c4798899d8a2d3e2a2 /pkgs
parent60c7a3e6bc6b29a39160b4deb3319a59980e5cfb (diff)
parente3a88cd51f1a05e43fee1967808fc58a3eac89fa (diff)
Merge pull request #321312 from pbsds/bump-flexget-1718906374
flexget: 3.11.37 -> 3.11.39
Diffstat (limited to 'pkgs')
-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 1c2402f6495b3..5bdda1c1f4efa 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -5,7 +5,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.11.37";
+  version = "3.11.39";
   pyproject = true;
 
   # Fetch from GitHub in order to use `requirements.in`
@@ -13,7 +13,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "Flexget";
     repo = "Flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-bZd/iLEGF5+Zt4kKAvUmjHiPKA1v1FWf5/BEcsLy9MU=";
+    hash = "sha256-saNxs+Xdf6OTRRcMTceU8/ITcYzwtP8VqRKxsWyas+o=";
   };
 
   postPatch = ''