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:
parent
31de227abd
commit
d3e7c6df18
@ -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 ];
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user