about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2019-10-27 13:43:27 +0800
committerJon <jonringer@users.noreply.github.com>2019-10-30 21:11:18 -0700
commitb085792a223c614c3a5ce3bf5f7f50ccec13cdc7 (patch)
treec8ece6cc44031a5ab2762d6bad3f276cf9c6f432 /pkgs/applications
parentdef9d09806849d5a3c02d7a856ee26168541743d (diff)
downloadnixlib-b085792a223c614c3a5ce3bf5f7f50ccec13cdc7.tar
nixlib-b085792a223c614c3a5ce3bf5f7f50ccec13cdc7.tar.gz
nixlib-b085792a223c614c3a5ce3bf5f7f50ccec13cdc7.tar.bz2
nixlib-b085792a223c614c3a5ce3bf5f7f50ccec13cdc7.tar.lz
nixlib-b085792a223c614c3a5ce3bf5f7f50ccec13cdc7.tar.xz
nixlib-b085792a223c614c3a5ce3bf5f7f50ccec13cdc7.tar.zst
nixlib-b085792a223c614c3a5ce3bf5f7f50ccec13cdc7.zip
maestral: 0.4.0 -> 0.4.2
Diffstat (limited to 'pkgs/applications')
-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 65490ada653a..708957bdf015 100644
--- a/pkgs/applications/networking/maestral/default.nix
+++ b/pkgs/applications/networking/maestral/default.nix
@@ -3,13 +3,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "maestral${lib.optionalString withGui "-gui"}";
-  version = "0.4.0";
+  version = "0.4.2";
 
   src = fetchFromGitHub {
     owner = "SamSchott";
     repo = "maestral-dropbox";
     rev = "v${version}";
-    sha256 = "1jjn9cz43850xvs52gvx16qc5z4l91y4kpn6fpl05iwgaisbi1ws";
+    sha256 = "0xis0cqfp3wgajwk44dmi2gbfirmz0a0zi25qxdzpdn0z19hp88m";
   };
 
   disabled = python3Packages.pythonOlder "3.6";