maestral-gui: 1.5.0 -> 1.5.1

+2 -2
+2 -2
pkgs/applications/networking/maestral-qt/default.nix
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "maestral-qt"; 9 - version = "1.5.0"; 10 disabled = python3.pkgs.pythonOlder "3.6"; 11 12 src = fetchFromGitHub { 13 owner = "SamSchott"; 14 repo = "maestral-qt"; 15 rev = "v${version}"; 16 - sha256 = "sha256-JY7AkTnrH/92IfUx/ujK7jMF3zwLsnEE9+/At4UnTNw="; 17 }; 18 19 propagatedBuildInputs = with python3.pkgs; [
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "maestral-qt"; 9 + version = "1.5.1"; 10 disabled = python3.pkgs.pythonOlder "3.6"; 11 12 src = fetchFromGitHub { 13 owner = "SamSchott"; 14 repo = "maestral-qt"; 15 rev = "v${version}"; 16 + sha256 = "sha256-LtKFdNX2/wSs9Hxplu7rz6rc1hoijCGgCKyLjlcRQoI="; 17 }; 18 19 propagatedBuildInputs = with python3.pkgs; [