nextcloud-client: 2.5.3 -> 2.6.0 (#69743)

nextcloud-client: 2.5.3 -> 2.6.0
This commit is contained in:
Florian Klink 2019-10-17 12:05:26 +02:00 committed by GitHub
commit f842ba385e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
mkDerivation rec { mkDerivation rec {
pname = "nextcloud-client"; pname = "nextcloud-client";
version = "2.5.3"; version = "2.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nextcloud"; owner = "nextcloud";
repo = "desktop"; repo = "desktop";
rev = "v${version}"; rev = "v${version}";
sha256 = "1pzlq507fasf2ljf37gkw00qrig4w2r712rsy05zfwlncgcn7fnw"; sha256 = "1cggk8yfy6lak48nfh691ad5y3bap49cfa2krp7vak108krgvkxi";
}; };
patches = [ patches = [