nextcloud-client: 2.6.5 -> 3.0.0

This commit is contained in:
claudiiii 2020-08-20 12:41:44 +02:00
parent cc1668cf61
commit 5703813f78

View file

@ -12,18 +12,20 @@
, qtkeychain , qtkeychain
, qttools , qttools
, qtwebengine , qtwebengine
, qtquickcontrols2
, qtgraphicaleffects
, sqlite , sqlite
}: }:
mkDerivation rec { mkDerivation rec {
pname = "nextcloud-client"; pname = "nextcloud-client";
version = "2.6.5"; version = "3.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nextcloud"; owner = "nextcloud";
repo = "desktop"; repo = "desktop";
rev = "v${version}"; rev = "v${version}";
sha256 = "0r2n9l383drnnzbyywnbqljh9kxm3kz4g0mv7bnrp6b10b2ma3pg"; sha256 = "0ikya1s3zrh16hm2cmrqvd2vsxcllyg0grl37k6n9v5lygz3li4h";
}; };
patches = [ patches = [
@ -44,6 +46,8 @@ mkDerivation rec {
qtkeychain qtkeychain
qttools qttools
qtwebengine qtwebengine
qtquickcontrols2
qtgraphicaleffects
sqlite sqlite
]; ];