summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Frijters <sfrijters@gmail.com>2020-09-16 18:41:58 +0200
committerJon <jonringer@users.noreply.github.com>2020-09-22 09:17:42 -0700
commit6dad7ddb8cfc7b897dce9a4c7ba6a0cbdda06401 (patch)
treebea99cfcaedc102504f25e90f212dd48d42a3e7f
parentb3e1fd55e4f921c826d397984c7e981a4ab49a3d (diff)
maestral-qt: 1.1.0 -> 1.2.0
-rw-r--r--pkgs/applications/networking/maestral-qt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/maestral-qt/default.nix b/pkgs/applications/networking/maestral-qt/default.nix
index ea6303a3c34d..d6a7705b19eb 100644
--- a/pkgs/applications/networking/maestral-qt/default.nix
+++ b/pkgs/applications/networking/maestral-qt/default.nix
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "maestral-qt";
- version = "1.1.0";
+ version = "1.2.0";
disabled = python3.pkgs.pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral-qt";
rev = "v${version}";
- sha256 = "0clzzwwbrynfbvawhaaa4mp2qi8smng31mmz0is166z6g67bwdl6";
+ sha256 = "sha256-bEVxtp2MqEsjQvcVXmrWcwys3AMg+lPcdYn4IlYhyqw=";
};
propagatedBuildInputs = with python3.pkgs; [