nextcloud-client: 2.6.2 -> 2.6.3

https://github.com/nextcloud/desktop/releases/tag/v2.6.3
This commit is contained in:
Maximilian Bosch 2020-02-17 07:45:51 +01:00
parent 52981cedfd
commit ed944d4cee
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -17,13 +17,13 @@
mkDerivation rec { mkDerivation rec {
pname = "nextcloud-client"; pname = "nextcloud-client";
version = "2.6.2"; version = "2.6.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nextcloud"; owner = "nextcloud";
repo = "desktop"; repo = "desktop";
rev = "v${version}"; rev = "v${version}";
sha256 = "1adicl0msjwbvvi0nxqb1zmka51nn2b88plsynrap5fm0xp40j39"; sha256 = "17w1bx305w656jkiv55lwncxwdly8rf2dsisqw3c9bc7vz19l6p8";
}; };
patches = [ patches = [