From cd0065d18494afe01e42fb60ccbf6422ddb8c60b Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Fri, 9 Oct 2020 00:45:08 +0200 Subject: [PATCH] maestral-qt: 1.2.0 -> 1.2.1 --- pkgs/applications/networking/maestral-qt/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/maestral-qt/default.nix b/pkgs/applications/networking/maestral-qt/default.nix index d6a7705b19e..d4cfd38c50d 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.2.0"; + version = "1.2.1"; disabled = python3.pkgs.pythonOlder "3.6"; src = fetchFromGitHub { owner = "SamSchott"; repo = "maestral-qt"; rev = "v${version}"; - sha256 = "sha256-bEVxtp2MqEsjQvcVXmrWcwys3AMg+lPcdYn4IlYhyqw="; + sha256 = "sha256-7qpVyQUbT+GChJl1TnKOONSyRDvzQ0M2z9RdN7PNl9U="; }; propagatedBuildInputs = with python3.pkgs; [ @@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication rec { click markdown2 maestral + packaging pyqt5 ];