about summary refs log tree commit diff
path: root/pkgs/applications/networking/maestral
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-03 23:09:19 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-05-09 08:56:34 +0200
commit1b790c5099cc434c03f1dd914012e48833d3a2e5 (patch)
treefd70e771211ec4e163801ce98075660b5f77da03 /pkgs/applications/networking/maestral
parent289f4e53752cfed07f860990f25de442a0ddd0bb (diff)
maestral: 0.6.3 -> 0.6.4
Diffstat (limited to 'pkgs/applications/networking/maestral')
-rw-r--r--pkgs/applications/networking/maestral/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/maestral/default.nix b/pkgs/applications/networking/maestral/default.nix
index 62be1a4118c0a..fe611892ae6cb 100644
--- a/pkgs/applications/networking/maestral/default.nix
+++ b/pkgs/applications/networking/maestral/default.nix
@@ -8,7 +8,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "maestral${lib.optionalString withGui "-gui"}";
-  version = "0.6.3";
+  version = "0.6.4";
 
   disabled = python3.pkgs.pythonOlder "3.6";
 
@@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "SamSchott";
     repo = "maestral-dropbox";
     rev = "v${version}";
-    sha256 = "0h1vbx00mps2msdhsab1yz64c8sprwrg38nkqyj86mkb6jkirq92";
+    sha256 = "06psbjd205qj6vx7k7ywhclz1bs5zp43xnf275hf0k80h3b064sn";
   };
 
   propagatedBuildInputs = with python3.pkgs; [