summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-23 16:20:00 -0500
committerJon <jonringer@users.noreply.github.com>2020-01-24 02:05:55 -0800
commitf26bafe1447304dca1544c67127dcfd4f6adc328 (patch)
treebb29be680af4432b5e22f1fe77e246fd5e246adb /pkgs/applications/networking/flexget
parentc4b458fa53c0c436e137d309de3358dfa6550ef6 (diff)
flexget: 3.1.10 -> 3.1.11
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 736137783651..7879fe5d8166 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.10";
+ version = "3.1.11";
src = python3Packages.fetchPypi {
inherit pname version;
- sha256 = "d16c519630350dd1ca867529970b47438950f078e16f9f1d37bc3f027666bda4";
+ sha256 = "0ff053e4f9e01334ffb2f4a45590fe0e3e49dd2c21ae19d433c63dcbfe618a01";
};
postPatch = ''