about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-02-08 18:18:12 -0500
committerGitHub <noreply@github.com>2020-02-08 18:18:12 -0500
commita6245439a06229bd4ffd2d5b570a2e3ea49d5fba (patch)
tree7646d97c511c1e1b7db740ed66721c170c45d8e8 /pkgs
parent4a4834fb1dc9cae7cf23970323a15560f57dc6fd (diff)
parent75650a5ad143118138525627a4601f729b549fa2 (diff)
Merge pull request #79566 from marsam/update-flexget
flexget: 3.1.18 -> 3.1.21
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 2d29a409d3758..a509d9be32944 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -2,11 +2,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "FlexGet";
-  version = "3.1.18";
+  version = "3.1.21";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "34be4ac61dbb5699cfbc9db8bf4f4be15a63164d9006d8ac7c488278d00baa62";
+    sha256 = "ea2c9225bbf565215fc97eed97e718f426b4b7b3c8628bbd8edcc96e7bfe7e4e";
   };
 
   postPatch = ''