owncloudclient: 1.7.1 -> 2.1.1

gstqt5
Micxjo Funkcio 2016-04-02 19:02:54 -07:00
parent 8c6f5ecf8f
commit 23fad46b76
No known key found for this signature in database
GPG Key ID: EDB8EAC24AB8262E
1 changed files with 5 additions and 5 deletions

View File

@ -1,17 +1,17 @@
{ stdenv, fetchurl, cmake, qt4, pkgconfig, neon, qtkeychain, sqlite }:
{ stdenv, fetchurl, cmake, qt4, pkgconfig, qtkeychain, sqlite }:
stdenv.mkDerivation rec {
name = "owncloud-client" + "-" + version;
version = "1.7.1";
version = "2.1.1";
src = fetchurl {
url = "https://download.owncloud.com/desktop/stable/mirall-${version}.tar.bz2";
sha256 = "0n9gv97jqval7xjyix2lkywvmvvfv052s0bd1i8kybdl9rwca6yf";
url = "https://download.owncloud.com/desktop/stable/owncloudclient-${version}.tar.xz";
sha256 = "4e7cfeb72ec565392e7968f352c4a7f0ef2988cc577ebdfd668a3887d320b1cb";
};
buildInputs =
[ cmake qt4 pkgconfig neon qtkeychain sqlite];
[ cmake qt4 pkgconfig qtkeychain sqlite];
#configurePhase = ''
# mkdir build