Created
May 14, 2020 16:29
-
-
Save peterhoeg/efd2621c1f4349c739dd09bb5b29e78b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pkgs/applications/networking/maestral/default.nix b/pkgs/applications/networking/maestral/default.nix | |
index fe611892ae6..630d9e2e5f1 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.4"; | |
+ version = "1.0.2"; | |
disabled = python3.pkgs.pythonOlder "3.6"; | |
@@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec { | |
owner = "SamSchott"; | |
repo = "maestral-dropbox"; | |
rev = "v${version}"; | |
- sha256 = "06psbjd205qj6vx7k7ywhclz1bs5zp43xnf275hf0k80h3b064sn"; | |
+ sha256 = "16wmw7ximdlbv8vzc57xjrki0df29mps5r9xwx7iifbvp9n0m0cl"; | |
}; | |
propagatedBuildInputs = with python3.pkgs; [ | |
diff --git a/pkgs/development/python-modules/dropbox/default.nix b/pkgs/development/python-modules/dropbox/default.nix | |
index 3ca9d59e27f..83ecf7f29dd 100644 | |
--- a/pkgs/development/python-modules/dropbox/default.nix | |
+++ b/pkgs/development/python-modules/dropbox/default.nix | |
@@ -3,11 +3,11 @@ | |
buildPythonPackage rec { | |
pname = "dropbox"; | |
- version = "9.5.0"; | |
+ version = "10.0.0"; | |
src = fetchPypi { | |
inherit pname version; | |
- sha256 = "0iz9hg1j7q9chka6fyzgpzqg2v4nbjx61xfvn9ixprxrdhvhr2hi"; | |
+ sha256 = "0h20lb9krih9i7xdanx275q1xnqx1i623qzvans4iahi2a5iiikj"; | |
}; | |
# Set DROPBOX_TOKEN environment variable to a valid token. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment