nextcloud-client: 3.6.6 -> 3.7.1

+5 -10
+3 -8
pkgs/applications/networking/nextcloud-client/0001-Explicitly-copy-dbus-files-into-the-store-dir.patch
··· 8 8 1 file changed, 1 insertion(+), 1 deletion(-) 9 9 10 10 diff --git a/shell_integration/libcloudproviders/CMakeLists.txt b/shell_integration/libcloudproviders/CMakeLists.txt 11 - index 1f35335..7f76951 100644 11 + index 2e7349ef7..512d4b188 100644 12 12 --- a/shell_integration/libcloudproviders/CMakeLists.txt 13 13 +++ b/shell_integration/libcloudproviders/CMakeLists.txt 14 - @@ -19,7 +19,7 @@ MACRO(PKGCONFIG_GETVAR _package _var _output_variable) 15 - ENDMACRO(PKGCONFIG_GETVAR _package _var _output_variable) 16 - 14 + @@ -1,5 +1,6 @@ 17 15 macro(dbus_add_activation_service _sources) 18 - - PKGCONFIG_GETVAR(dbus-1 session_bus_services_dir _install_dir) 16 + pkg_get_variable(_install_dir dbus-1 session_bus_services_dir) 19 17 + set(_install_dir "${CMAKE_INSTALL_DATADIR}/dbus-1/service") 20 18 foreach (_i ${_sources}) 21 19 get_filename_component(_service_file ${_i} ABSOLUTE) 22 20 string(REGEX REPLACE "\\.service.*$" ".service" _output_file ${_i}) 23 - -- 24 - 2.19.2 25 -
+2 -2
pkgs/applications/networking/nextcloud-client/default.nix
··· 26 26 27 27 mkDerivation rec { 28 28 pname = "nextcloud-client"; 29 - version = "3.6.6"; 29 + version = "3.7.1"; 30 30 31 31 outputs = [ "out" "dev" ]; 32 32 ··· 34 34 owner = "nextcloud"; 35 35 repo = "desktop"; 36 36 rev = "v${version}"; 37 - sha256 = "sha256-P3LSgrcMZZM0OY3yQz8t3Cf5spJJTB+JTIpoT9U3+xc="; 37 + sha256 = "sha256-MbxGS1Msb3xCW0z8FrIZEY3XaBa4BmN+JFBkV/Pf79A="; 38 38 }; 39 39 40 40 patches = [