nextcloud-client: 3.0.0 -> 3.0.2

Contains upstream fix for maintaining folder links when upgrading from
2.x to 3.x.
gstqt5
Andrew Fontaine 2020-09-24 18:00:05 -04:00
parent 5703813f78
commit 57883eea4a
No known key found for this signature in database
GPG Key ID: 7D1798E369A7C55D
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.0.0";
version = "3.0.2";
src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "0ikya1s3zrh16hm2cmrqvd2vsxcllyg0grl37k6n9v5lygz3li4h";
sha256 = "ROzaiRa9Odq4lXuHL7nbE0S49d0wxmDgm01qI1WM+WM=";
};
patches = [