Skip to content

Commit

Permalink
nextcloud-client: 3.12.3 -> 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barbosaaob committed Apr 29, 2024
1 parent 493add3 commit d2ee8f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ Subject: [PATCH] Explicitly copy dbus files into the store dir
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell_integration/libcloudproviders/CMakeLists.txt b/shell_integration/libcloudproviders/CMakeLists.txt
index 2e7349ef7..512d4b188 100644
index b4434d0..b57e033 100644
--- a/shell_integration/libcloudproviders/CMakeLists.txt
+++ b/shell_integration/libcloudproviders/CMakeLists.txt
@@ -1,5 +1,6 @@
macro(dbus_add_activation_service _sources)
@@ -4,6 +4,7 @@ if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.28.0")
else()
pkg_get_variable(_install_dir dbus-1 session_bus_services_dir)
endif()
+ set(_install_dir "${CMAKE_INSTALL_DATADIR}/dbus-1/service")
foreach (_i ${_sources})
get_filename_component(_service_file ${_i} ABSOLUTE)
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/networking/nextcloud-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@

stdenv.mkDerivation rec {
pname = "nextcloud-client";
version = "3.12.3";
version = "3.13.0";

outputs = [ "out" "dev" ];

src = fetchFromGitHub {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
hash = "sha256-ScWkEOx2tHoCQbFwBvJQgk2YoYOTPi3PrVsaDNJBEUI=";
hash = "sha256-i4vQGH9NSxIrLaPdCEh+WN6i6NQilH6uO4dSk/mhLi8=";
};

patches = [
Expand Down

0 comments on commit d2ee8f8

Please sign in to comment.