diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2022-09-10 10:55:35 -0700 |
|---|---|---|
| committer | Pogobanane <aenderboy@gmx.de> | 2022-09-15 13:38:36 +0200 |
| commit | 7a457198610ad49764b5057dba0aa74b50799f30 (patch) | |
| tree | 5c55c0414a796b5d1432840b9050e25e0b7a928d | |
| parent | Merge pull request #189939 from leungbk/emacs-backport-pgtk (diff) | |
| download | nixpkgs-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.nix | 6 |
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 ]}" ]; |
