nextcloud-client: 2.6.0 -> 2.6.1

https://github.com/nextcloud/desktop/releases/tag/v2.6.1
This commit is contained in:
Maximilian Bosch 2019-11-05 08:18:29 +01:00
parent 8632698b06
commit 1f2fff49e0
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

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