summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/nextcloud-client
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2023-12-12 13:47:57 +0200
committerIlan Joselevich <personal@ilanjoselevich.com>2023-12-12 14:07:15 +0200
commit62cd587a0fdc044ef4e5702d81869a88ec2a01d4 (patch)
treea040ed45f304d79a99540917db82b84b4498849c /pkgs/applications/networking/nextcloud-client
parentac12a78dfae841f8f6df7775b233fa62730b5087 (diff)
nextcloud-client: 3.10.2 -> 3.11.0
Diff: https://github.com/nextcloud/desktop/compare/v3.10.2...v3.11.0
Diffstat (limited to 'pkgs/applications/networking/nextcloud-client')
-rw-r--r--pkgs/applications/networking/nextcloud-client/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix
index a1134605644d..63e84cba1d62 100644
--- a/pkgs/applications/networking/nextcloud-client/default.nix
+++ b/pkgs/applications/networking/nextcloud-client/default.nix
@@ -1,5 +1,5 @@
{ lib
-, mkDerivation
+, stdenv
, fetchFromGitHub
, cmake
, extra-cmake-modules
@@ -21,11 +21,12 @@
, sphinx
, sqlite
, xdg-utils
+, wrapQtAppsHook
}:
-mkDerivation rec {
+stdenv.mkDerivation rec {
pname = "nextcloud-client";
- version = "3.10.2";
+ version = "3.11.0";
outputs = [ "out" "dev" ];
@@ -33,7 +34,7 @@ mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
- sha256 = "sha256-sysWDjJSlXRjtv9eiCTkXb29ZYs3YC7sr/UMMPCt5wA=";
+ hash = "sha256-rqSnCIsXQDf3cNQn4ofjGQkCgwYGyDau/WWUPHziNp4=";
};
patches = [
@@ -55,6 +56,7 @@ mkDerivation rec {
extra-cmake-modules
librsvg
sphinx
+ wrapQtAppsHook
];
buildInputs = [