summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/seafile-shared
diff options
context:
space:
mode:
authorMoritz Maxeiner <moritz@ucworks.org>2015-01-09 13:37:44 +0100
committerMoritz Maxeiner <moritz@ucworks.org>2015-01-09 13:37:44 +0100
commit56fe81a2e6d0e55c09b5edd1348cd53befacc3a9 (patch)
tree61ef26dd4de9aaa2b255b401bec1964479fa2b86 /pkgs/misc/seafile-shared
parent310623ad6c94ac3d8a2ca7fc9a4b08e97e8eb0a1 (diff)
seafile: update client, ccnet, libsearpc and shared
Diffstat (limited to 'pkgs/misc/seafile-shared')
-rw-r--r--pkgs/misc/seafile-shared/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/misc/seafile-shared/default.nix b/pkgs/misc/seafile-shared/default.nix
index d6c08e99a51f..a00c0b5365a1 100644
--- a/pkgs/misc/seafile-shared/default.nix
+++ b/pkgs/misc/seafile-shared/default.nix
@@ -1,18 +1,18 @@
-{stdenv, fetchurl, which, automake, autoconf, pkgconfig, libtool, vala, python, intltool, fuse, ccnet}:
+{stdenv, fetchurl, which, automake, autoconf, pkgconfig, curl, libtool, vala, python, intltool, fuse, ccnet}:
stdenv.mkDerivation rec
{
- version = "3.0.4";
+ version = "4.0.6";
name = "seafile-shared-${version}";
src = fetchurl
{
url = "https://github.com/haiwen/seafile/archive/v${version}.tar.gz";
- sha256 = "0a0yj9k2rr3q42swwzn1js3r8bld9wcysw6p9415rw5jabcm1af0";
+ sha256 = "1vs1ckxkh0kg1wjklpwdz87d5z60r80q27xv1s6yl7ir65s6zq0i";
};
buildInputs = [ which automake autoconf pkgconfig libtool vala python intltool fuse ];
- propagatedBuildInputs = [ ccnet ];
+ propagatedBuildInputs = [ ccnet curl ];
preConfigure = ''
sed -ie 's|/bin/bash|/bin/sh|g' ./autogen.sh