maestral-gui: 1.5.0 -> 1.5.1

conduit-nginx
Stefan Frijters 2021-10-21 20:08:42 +02:00
parent d08a89f0ef
commit e76c88d872
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "maestral-qt";
version = "1.5.0";
version = "1.5.1";
disabled = python3.pkgs.pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral-qt";
rev = "v${version}";
sha256 = "sha256-JY7AkTnrH/92IfUx/ujK7jMF3zwLsnEE9+/At4UnTNw=";
sha256 = "sha256-LtKFdNX2/wSs9Hxplu7rz6rc1hoijCGgCKyLjlcRQoI=";
};
propagatedBuildInputs = with python3.pkgs; [