summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-09-10 10:55:35 -0700
committerPogobanane <aenderboy@gmx.de>2022-09-15 13:38:36 +0200
commit7a457198610ad49764b5057dba0aa74b50799f30 (patch)
tree5c55c0414a796b5d1432840b9050e25e0b7a928d
parentMerge pull request #189939 from leungbk/emacs-backport-pgtk (diff)
downloadnixpkgs-7a457198610ad49764b5057dba0aa74b50799f30.tar.gz
nextcloud-client: 3.5.4 -> 3.6.0 (#190155)
Co-authored-by: Doron Behar <doron.behar@gmail.com>
-rw-r--r--pkgs/applications/networking/nextcloud-client/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix
index 575dde4ef882..24caa9d8d912 100644
--- a/pkgs/applications/networking/nextcloud-client/default.nix
+++ b/pkgs/applications/networking/nextcloud-client/default.nix
@@ -26,7 +26,7 @@
mkDerivation rec {
pname = "nextcloud-client";
- version = "3.5.4";
+ version = "3.6.0";
outputs = [ "out" "dev" ];
@@ -34,7 +34,7 @@ mkDerivation rec {
owner = "nextcloud";
repo = "desktop";
rev = "v${version}";
- sha256 = "sha256-ennKNUuoyhpVfG1XPzJKrop0i77BAB3C2MNqZPOXNkc=";
+ sha256 = "sha256-wAxq5xFlofn2xEguvewMvGcel9O+CN/1AycR3tv/xMA=";
};
patches = [
@@ -77,8 +77,6 @@ mkDerivation rec {
qtWrapperArgs = [
"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libsecret ]}"
- # See also: https://bugreports.qt.io/browse/QTBUG-85967
- "--set QML_DISABLE_DISK_CACHE 1"
"--prefix PATH : ${lib.makeBinPath [ xdg-utils ]}"
];