summary refs log tree commit diff
path: root/pkgs/tools
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/tools
parent23f3d86a3be8188a7623fe74727e8c842d01e633 (diff)
downloadnixpkgs-83274eccf04584b98d4f64e92a1056178c7e7e7f.tar
nixpkgs-83274eccf04584b98d4f64e92a1056178c7e7e7f.tar.gz
nixpkgs-83274eccf04584b98d4f64e92a1056178c7e7e7f.tar.bz2
nixpkgs-83274eccf04584b98d4f64e92a1056178c7e7e7f.tar.lz
nixpkgs-83274eccf04584b98d4f64e92a1056178c7e7e7f.tar.xz
nixpkgs-83274eccf04584b98d4f64e92a1056178c7e7e7f.tar.zst
nixpkgs-83274eccf04584b98d4f64e92a1056178c7e7e7f.zip
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/tools')
-rw-r--r--pkgs/tools/networking/ccnet/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/networking/ccnet/default.nix b/pkgs/tools/networking/ccnet/default.nix
index 556ef8d0274..d7aaa0f77fc 100644
--- a/pkgs/tools/networking/ccnet/default.nix
+++ b/pkgs/tools/networking/ccnet/default.nix
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation rec
 {
-  version = "1.4.2";
-  seafileVersion = "4.0.6";
+  version = "5.0.7";
+  seafileVersion = "5.0.7";
   name = "ccnet-${version}";
 
   src = fetchurl
   {
-    url = "https://github.com/haiwen/ccnet/archive/v${seafileVersion}.tar.gz";
-    sha256 = "06srvyphrfx7g18vk899850q0aw8cxx34cj96mjzc3sqm0bkzqsh";
+    url = "https://github.com/haiwen/ccnet/archive/v${version}.tar.gz";
+    sha256 = "1e1c670a85619b174328a15925a050c7a8b323fecd13434992332f5c15e05de1";
   };
 
   buildInputs = [ which automake autoconf pkgconfig libtool vala  python ];