nextcloud-client: 4.0.8 -> 33.0.5
This commit is contained in:
committed by
Sandro Jäckel
parent
13191993df
commit
ddc487524d
@@ -7,12 +7,13 @@
|
||||
cmake,
|
||||
inotify-tools,
|
||||
kdePackages,
|
||||
kdsingleapplication,
|
||||
libcloudproviders,
|
||||
libp11,
|
||||
librsvg,
|
||||
libsecret,
|
||||
openssl,
|
||||
pcre,
|
||||
pcre2,
|
||||
pkg-config,
|
||||
sphinx,
|
||||
sqlite,
|
||||
@@ -22,7 +23,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "nextcloud-client";
|
||||
version = "4.0.8";
|
||||
version = "33.0.5";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -33,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "nextcloud-releases";
|
||||
repo = "desktop";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-EKJj2z3CkWrNL2idBHu5jHuPXQXKwjEjUAgo6OOY/08=";
|
||||
hash = "sha256-YRaND3JdZQZGtuNfthliyqcPvpC742h4C6l3HBbYorI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -62,11 +63,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs = [
|
||||
inotify-tools
|
||||
kdePackages.kio
|
||||
kdsingleapplication
|
||||
libcloudproviders
|
||||
libp11
|
||||
libsecret
|
||||
openssl
|
||||
pcre
|
||||
pcre2
|
||||
qt6Packages.qt5compat
|
||||
qt6Packages.qtbase
|
||||
qt6Packages.qtkeychain
|
||||
|
||||
Reference in New Issue
Block a user