about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-12-22 21:50:54 +0100
committerGitHub <noreply@github.com>2021-12-22 21:50:54 +0100
commit1685d7e63e68ac3f57cf5a90fcd28a15591a13a5 (patch)
tree423910793eb3f7f6a4d183ef4b6636cfec281c11
parente8e6baf7fc40f91e4d1028e873517cae1a566070 (diff)
parent1da89cedf0f7429a688b8ee38156575e46a182b3 (diff)
Merge pull request #151785 from r-ryantm/auto-update/flexget
flexget: 3.2.6 -> 3.2.7
-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 58fb7aa269639..950dd24f3309f 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -2,14 +2,14 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.2.6";
+  version = "3.2.7";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "v${version}";
-    sha256 = "0cwzhk1w2wpf33cqbnrzckqy91b58qqpnkmh5nxv02z6fl7psmbh";
+    sha256 = "12nj1jcxbkpc0x59rg59fsryignpppsx0wiwncdv6fzr58pdhd3v";
   };
 
   postPatch = ''