3
0
Fork 0
forked from mirrors/nixpkgs

owncloud-client: 2.3.3 -> 2.3.4

This commit is contained in:
adisbladis 2018-01-13 01:02:21 +08:00
parent 4ffc43f49c
commit 1ec304ce01
No known key found for this signature in database
GPG key ID: ED58F95069B004F5
2 changed files with 3 additions and 3 deletions

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "owncloud-client-${version}";
version = "2.3.3";
version = "2.3.4";
src = fetchurl {
url = "https://download.owncloud.com/desktop/stable/owncloudclient-${version}.tar.xz";
sha256 = "1r5ddln1wc9iyjizgqb104i0r6qhzsmm2wdnxfaif119cv0vphda";
sha256 = "1fpi1mlp2b8sx2993b4mava5c6qw794dmlayih430299z1l9wh49";
};
patches = [ ../nextcloud-client/find-sql.patch ];

View file

@ -3896,7 +3896,7 @@ with pkgs;
owncloud90
owncloud91;
owncloud-client = libsForQt56.callPackage ../applications/networking/owncloud-client { };
owncloud-client = libsForQt5.callPackage ../applications/networking/owncloud-client { };
p2pvc = callPackage ../applications/video/p2pvc {};