about summary refs log tree commit diff
path: root/pkgs/misc/seafile-shared
diff options
context:
space:
mode:
authorMarkus Binsteiner <makkus@gmail.com>2016-04-23 12:52:42 +1200
committerMarkus Binsteiner <makkus@gmail.com>2016-04-23 12:52:42 +1200
commit83274eccf04584b98d4f64e92a1056178c7e7e7f (patch)
treea9aea38359f8facb001cacd16f5fcdddc4179e36 /pkgs/misc/seafile-shared
parent23f3d86a3be8188a7623fe74727e8c842d01e633 (diff)
seafile-*: 4.4.2 -> 5.0.7
Also updated dependencies:
ccnet: 1.4.2 -> 5.0.7
libsearpc: 1.2.2 -> 3.0.7
Diffstat (limited to 'pkgs/misc/seafile-shared')
-rw-r--r--pkgs/misc/seafile-shared/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/seafile-shared/default.nix b/pkgs/misc/seafile-shared/default.nix
index 2b3b05ceda1ec..16464ab27e3e0 100644
--- a/pkgs/misc/seafile-shared/default.nix
+++ b/pkgs/misc/seafile-shared/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec
 {
-  version = "4.4.2";
+  version = "5.0.7";
   name = "seafile-shared-${version}";
 
   src = fetchurl
   {
     url = "https://github.com/haiwen/seafile/archive/v${version}.tar.gz";
-    sha256 = "00sflvyap3nw38qblpagp2japgp83sqc5s4r336mi6475grgmnyi";
+    sha256 = "ec166c86a41e7ab3b1ae97a56326ab4a2b1ec38686486b956c3d153b8023c670";
   };
 
   buildInputs = [ which automake autoconf pkgconfig libtool vala python intltool fuse ];