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
, 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 = [