Merge pull request #120051 from Kranzes/master

nextcloud-client: 3.1.3 -> 3.2.0
This commit is contained in:
Sandro
2021-04-22 03:46:27 +02:00
committed by GitHub

View File

@@ -20,13 +20,13 @@
mkDerivation rec {
pname = "nextcloud-client";
version = "3.1.3";
version = "3.2.0";
src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
sha256 = "sha256-8Ql6tOvWOjAvMJA87WlT9TbpnbciBsjDxRuYlMVi/m8=";
sha256 = "1nklsa2lx9ayjp8rk1mycjysqqmnq47djig0wygzna5mycl3ji06";
};
patches = [