Merge pull request #113731 from bryanasdev000/package-nextcloud-client-3.1.3

nextcloud-client: 3.0.3 -> 3.1.3

authored by Sandro and committed by GitHub 60358d0d 20c8bc6f

+7 -7
+7 -7
pkgs/applications/networking/nextcloud-client/default.nix
··· 12 , qtkeychain 13 , qttools 14 , qtwebengine 15 , qtquickcontrols2 16 , qtgraphicaleffects 17 , sqlite ··· 19 20 mkDerivation rec { 21 pname = "nextcloud-client"; 22 - version = "3.0.3"; 23 24 src = fetchFromGitHub { 25 owner = "nextcloud"; 26 repo = "desktop"; 27 rev = "v${version}"; 28 - sha256 = "0idh8i71jivdjjs2y62l22yl3qxwgcr0hf53dad587bzgkkkr223"; 29 }; 30 31 patches = [ 32 ./0001-Explicitly-copy-dbus-files-into-the-store-dir.patch 33 ]; 34 ··· 40 buildInputs = [ 41 inotify-tools 42 libcloudproviders 43 openssl 44 pcre 45 qtbase ··· 48 qtwebengine 49 qtquickcontrols2 50 qtgraphicaleffects 51 sqlite 52 - ]; 53 - 54 - qtWrapperArgs = [ 55 - "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libsecret ]}" 56 ]; 57 58 cmakeFlags = [ ··· 63 meta = with lib; { 64 description = "Nextcloud themed desktop client"; 65 homepage = "https://nextcloud.com"; 66 - license = licenses.gpl2; 67 maintainers = with maintainers; [ caugner ]; 68 platforms = platforms.linux; 69 };
··· 12 , qtkeychain 13 , qttools 14 , qtwebengine 15 + , qtwebsockets 16 , qtquickcontrols2 17 , qtgraphicaleffects 18 , sqlite ··· 20 21 mkDerivation rec { 22 pname = "nextcloud-client"; 23 + version = "3.1.3"; 24 25 src = fetchFromGitHub { 26 owner = "nextcloud"; 27 repo = "desktop"; 28 rev = "v${version}"; 29 + sha256 = "sha256-8Ql6tOvWOjAvMJA87WlT9TbpnbciBsjDxRuYlMVi/m8="; 30 }; 31 32 patches = [ 33 + # Explicitly move dbus configuration files to the store path rather than `/etc/dbus-1/services`. 34 ./0001-Explicitly-copy-dbus-files-into-the-store-dir.patch 35 ]; 36 ··· 42 buildInputs = [ 43 inotify-tools 44 libcloudproviders 45 + libsecret 46 openssl 47 pcre 48 qtbase ··· 51 qtwebengine 52 qtquickcontrols2 53 qtgraphicaleffects 54 + qtwebsockets 55 sqlite 56 ]; 57 58 cmakeFlags = [ ··· 63 meta = with lib; { 64 description = "Nextcloud themed desktop client"; 65 homepage = "https://nextcloud.com"; 66 + license = licenses.gpl2Plus; 67 maintainers = with maintainers; [ caugner ]; 68 platforms = platforms.linux; 69 };