1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

maestral-gui: 1.4.4 -> 1.4.5

This commit is contained in:
Stefan Frijters 2021-06-29 20:21:53 +02:00
parent e97c897358
commit a82cae55d3
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "maestral-qt";
version = "1.4.4";
version = "1.4.5";
disabled = python3.pkgs.pythonOlder "3.6";
src = fetchFromGitHub {
owner = "SamSchott";
repo = "maestral-qt";
rev = "v${version}";
sha256 = "sha256-4IrLwpdMepXBxjgR6euENuVKaPRU0dLiApJO45DB2C4=";
sha256 = "sha256-HaEQTmpyM1r/+rTkki93aStdzdnhNmkfNJTZRTPehTw=";
};
propagatedBuildInputs = with python3.pkgs; [