aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/ccnet
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/tools/networking/ccnet
parent310623ad6c94ac3d8a2ca7fc9a4b08e97e8eb0a1 (diff)
seafile: update client, ccnet, libsearpc and shared
Diffstat (limited to 'pkgs/tools/networking/ccnet')
-rw-r--r--pkgs/tools/networking/ccnet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/ccnet/default.nix b/pkgs/tools/networking/ccnet/default.nix
index a967e8b27351..556ef8d0274c 100644
--- a/pkgs/tools/networking/ccnet/default.nix
+++ b/pkgs/tools/networking/ccnet/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec
{
version = "1.4.2";
- seafileVersion = "3.0.4";
+ seafileVersion = "4.0.6";
name = "ccnet-${version}";
src = fetchurl
{
url = "https://github.com/haiwen/ccnet/archive/v${seafileVersion}.tar.gz";
- sha256 = "1y9x6k9ql8bj83016a1mi1m5ixxh8fm7p4qbd5mslnamvjln171q";
+ sha256 = "06srvyphrfx7g18vk899850q0aw8cxx34cj96mjzc3sqm0bkzqsh";
};
buildInputs = [ which automake autoconf pkgconfig libtool vala python ];