owncloud-client: 2.8.4 -> 2.9.0 (#135876)

* owncloud-client: Switch to Qt version 5
* owncloud-client: 2.8.4 -> 2.9.0
This commit is contained in:
Daniel Ebbert 2021-09-16 03:28:57 +02:00 committed by GitHub
parent 31de227abd
commit d3e7c6df18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
mkDerivation rec {
pname = "owncloud-client";
version = "2.8.2.4246";
version = "2.9.0.5150";
src = fetchurl {
url = "https://download.owncloud.com/desktop/ownCloud/stable/${version}/source/ownCloud-${version}.tar.xz";
sha256 = "0cc2e5154a1349bd21941ac3c32e8621778a9ff150730a19de2710e22d32fc43";
sha256 = "0nf68x840p30yng4fh1nlyiqg40z0rkcv0lskpz8dd4pj1iw5jjs";
};
nativeBuildInputs = [ pkg-config cmake extra-cmake-modules ];

View File

@ -7973,7 +7973,7 @@ with pkgs;
ovito = libsForQt5.callPackage ../applications/graphics/ovito { };
owncloud-client = libsForQt514.callPackage ../applications/networking/owncloud-client { };
owncloud-client = libsForQt5.callPackage ../applications/networking/owncloud-client { };
oxefmsynth = callPackage ../applications/audio/oxefmsynth { };