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