nextcloud-client: 3.10.2 -> 3.11.0

Diff: https://github.com/nextcloud/desktop/compare/v3.10.2...v3.11.0
This commit is contained in:
Ilan Joselevich 2023-12-12 13:47:57 +02:00
parent ac12a78dfa
commit 62cd587a0f
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
{ lib { lib
, mkDerivation , stdenv
, fetchFromGitHub , fetchFromGitHub
, cmake , cmake
, extra-cmake-modules , extra-cmake-modules
@ -21,11 +21,12 @@
, sphinx , sphinx
, sqlite , sqlite
, xdg-utils , xdg-utils
, wrapQtAppsHook
}: }:
mkDerivation rec { stdenv.mkDerivation rec {
pname = "nextcloud-client"; pname = "nextcloud-client";
version = "3.10.2"; version = "3.11.0";
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
@ -33,7 +34,7 @@ mkDerivation rec {
owner = "nextcloud"; owner = "nextcloud";
repo = "desktop"; repo = "desktop";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-sysWDjJSlXRjtv9eiCTkXb29ZYs3YC7sr/UMMPCt5wA="; hash = "sha256-rqSnCIsXQDf3cNQn4ofjGQkCgwYGyDau/WWUPHziNp4=";
}; };
patches = [ patches = [
@ -55,6 +56,7 @@ mkDerivation rec {
extra-cmake-modules extra-cmake-modules
librsvg librsvg
sphinx sphinx
wrapQtAppsHook
]; ];
buildInputs = [ buildInputs = [