nextcloud-client: 2.6.3 -> 2.6.4

https://github.com/nextcloud/desktop/releases/tag/v2.6.4
This commit is contained in:
Maximilian Bosch 2020-03-04 13:16:30 +01:00
parent 3459392812
commit 13e3fc3e06
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.3"; version = "2.6.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nextcloud"; owner = "nextcloud";
repo = "desktop"; repo = "desktop";
rev = "v${version}"; rev = "v${version}";
sha256 = "17w1bx305w656jkiv55lwncxwdly8rf2dsisqw3c9bc7vz19l6p8"; sha256 = "1wr57qwcjfzbpb4p0ybfjpw2hhwp91yrk2n3ywrqywcvjj38jg1q";
}; };
patches = [ patches = [