about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-02-19 08:13:19 -0500
committerGitHub <noreply@github.com>2020-02-19 08:13:19 -0500
commit671c8d94d677a8c88a6ecc1062a169e1aa796b90 (patch)
tree3aaa6d273307ea9f8eea674487a67edd59b8ce7d /pkgs/applications/networking
parent6dc9109c679e1a7dce300ca9783bf5db5b83bab6 (diff)
parent53e2a85f85e58a9285a916f8cb91d0eab5203e92 (diff)
Merge pull request #80493 from marsam/update-flexget
flexget: 3.1.21 -> 3.1.26
Diffstat (limited to 'pkgs/applications/networking')
-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 a509d9be32944..4361679fc8844 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.21";
+  version = "3.1.26";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "ea2c9225bbf565215fc97eed97e718f426b4b7b3c8628bbd8edcc96e7bfe7e4e";
+    sha256 = "0bd8ccc9ae8e9fd9d5aa4f61a1a5d8b62ff30257fc0f5b2ec61b2f4b26275eee";
   };
 
   postPatch = ''