about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-09-20 12:26:57 +0200
committerGitHub <noreply@github.com>2022-09-20 12:26:57 +0200
commit41ac0bd371618db6dd67fd952cc5b3d6a9955a15 (patch)
tree588ca95fb981141bebb2f7494a47aae711ad7b52
parent979a581e102a1f072f91ac3ca8a415b181e828e4 (diff)
parentd2967b6132d1dccc402f94041ed3570ac364abc5 (diff)
Merge pull request #192031 from r-ryantm/auto-update/flexget
flexget: 3.3.26 -> 3.3.27
-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 13b326b0678b4..c4a76bdcfce1f 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -5,14 +5,14 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "flexget";
-  version = "3.3.26";
+  version = "3.3.27";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-5THgUOQv9gPUh9emWiBs/tSNsOX4ZVh+jvKEpWsy05w=";
+    hash = "sha256-0FHhYsm2Uwag0e2i7ip32EWjS4Fx6vA9eW1ojSBB5Hc=";
   };
 
   postPatch = ''