seafile: update client, ccnet, libsearpc and shared

This commit is contained in:
Matej Cotman
2014-05-24 03:36:10 +02:00
parent 458087db37
commit 116ab5f0c1
7 changed files with 11 additions and 218 deletions
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec
{
version = "2.1.1";
version = "3.0.4";
name = "seafile-client-${version}";
src = fetchurl
{
url = "https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz";
sha256 = "d98515ea229df702cbe973d85ec0bd5cf3f5282ef1022ba0157d5301b521c8e0";
sha256 = "10iz45y8j5f9smi0srxw62frb97vhr0w938v8w3rsjcw9qq366a2";
};
buildInputs = [ pkgconfig cmake qt4 seafile-shared makeWrapper ];