about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-04-18 23:11:00 +0200
committerVladimír Čunát <v@cunat.cz>2020-04-18 23:11:00 +0200
commite233a9d4dd1484d2b79e496d45f5e785642638ef (patch)
tree499ab40e63dafe5b272106ed386a568af6a9d16e /pkgs/applications/networking
parentf63bc540cbd559736f1671e4ee10e4560b3d5d2a (diff)
parentd96487b9cadb27aba64cb05c2e4962fb3c9e1890 (diff)
downloadnixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.tar
nixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.tar.gz
nixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.tar.bz2
nixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.tar.lz
nixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.tar.xz
nixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.tar.zst
nixlib-e233a9d4dd1484d2b79e496d45f5e785642638ef.zip
Merge #84442: staging-next branch
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/maestral/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/networking/maestral/default.nix b/pkgs/applications/networking/maestral/default.nix
index 49348610be57..62be1a4118c0 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.1";
+  version = "0.6.3";
 
   disabled = python3.pkgs.pythonOlder "3.6";
 
@@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "SamSchott";
     repo = "maestral-dropbox";
     rev = "v${version}";
-    sha256 = "06i3c7i85x879np158156mba7kxz2cwh75390sc9gwwngc95d9h9";
+    sha256 = "0h1vbx00mps2msdhsab1yz64c8sprwrg38nkqyj86mkb6jkirq92";
   };
 
   propagatedBuildInputs = with python3.pkgs; [
@@ -27,6 +27,7 @@ python3.pkgs.buildPythonApplication rec {
     keyring
     keyrings-alt
     lockfile
+    pathspec
     Pyro5
     requests
     u-msgpack-python