about summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-03 02:41:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-03 02:41:10 +0000
commit76dff1dd20bf708c1a40209721403586dbb2bbf6 (patch)
treea087e41ac2883b70b76278fb49c4b0d97a6fa2d3 /pkgs/applications/networking/flexget
parent2316901e93dc4101d131e4a7c692ecedc8506145 (diff)
flexget: 3.3.18 -> 3.3.19
Diffstat (limited to 'pkgs/applications/networking/flexget')
-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 071ac5b7aa273..d8e4fbe492fbc 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.18";
+  version = "3.3.19";
 
   # Fetch from GitHub in order to use `requirements.in`
   src = fetchFromGitHub {
     owner = "flexget";
     repo = "flexget";
     rev = "refs/tags/v${version}";
-    hash = "sha256-vZOeWxCcrTRT28Bn2r/I7/ojQ6uUV3xZlAZLbrAH5tc=";
+    hash = "sha256-dt4XEGJGNq0njhuJBYA6xbyTx1jkrZlJ0Pl83Xjat6I=";
   };
 
   postPatch = ''