lol

seafile-*: 4.4.2 -> 5.0.7

Also updated dependencies:
ccnet: 1.4.2 -> 5.0.7
libsearpc: 1.2.2 -> 3.0.7

+12 -12
+2 -2
pkgs/applications/networking/seafile-client/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec 4 4 { 5 - version = "4.4.2"; 5 + version = "5.0.7"; 6 6 name = "seafile-client-${version}"; 7 7 8 8 src = fetchurl 9 9 { 10 10 url = "https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz"; 11 - sha256 = "0aj39xiayibxp3vcrwi58pn51h9vcsy2z04q8jm17qadmk9dzyw6"; 11 + sha256 = "ae6975bc1adf45d09cf9f6332ceac7cf285f8191f6cf50c6291ed45f8cf4ffa5"; 12 12 }; 13 13 14 14 buildInputs = [ pkgconfig cmake qt4 seafile-shared makeWrapper ];
+4 -4
pkgs/development/libraries/libsearpc/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec 4 4 { 5 - version = "1.2.2"; 6 - seafileVersion = "3.0-latest"; 5 + version = "3.0.7"; 6 + seafileVersion = "5.0.7"; 7 7 name = "libsearpc-${version}"; 8 8 9 9 src = fetchurl 10 10 { 11 - url = "https://github.com/haiwen/libsearpc/archive/v${seafileVersion}.tar.gz"; 12 - sha256 = "1kdq6chn3qhvr616sw91gf9kjfgbv9snl2srqisw0zddw1qkfcan"; 11 + url = "https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"; 12 + sha256 = "0fdrgksdwd4qxp7qvh75y39dy52h2f5wfjbqr00h3rwkbx4npvpg"; 13 13 }; 14 14 15 15 patches = [ ./libsearpc.pc.patch ];
+2 -2
pkgs/misc/seafile-shared/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec 4 4 { 5 - version = "4.4.2"; 5 + version = "5.0.7"; 6 6 name = "seafile-shared-${version}"; 7 7 8 8 src = fetchurl 9 9 { 10 10 url = "https://github.com/haiwen/seafile/archive/v${version}.tar.gz"; 11 - sha256 = "00sflvyap3nw38qblpagp2japgp83sqc5s4r336mi6475grgmnyi"; 11 + sha256 = "ec166c86a41e7ab3b1ae97a56326ab4a2b1ec38686486b956c3d153b8023c670"; 12 12 }; 13 13 14 14 buildInputs = [ which automake autoconf pkgconfig libtool vala python intltool fuse ];
+4 -4
pkgs/tools/networking/ccnet/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec 4 4 { 5 - version = "1.4.2"; 6 - seafileVersion = "4.0.6"; 5 + version = "5.0.7"; 6 + seafileVersion = "5.0.7"; 7 7 name = "ccnet-${version}"; 8 8 9 9 src = fetchurl 10 10 { 11 - url = "https://github.com/haiwen/ccnet/archive/v${seafileVersion}.tar.gz"; 12 - sha256 = "06srvyphrfx7g18vk899850q0aw8cxx34cj96mjzc3sqm0bkzqsh"; 11 + url = "https://github.com/haiwen/ccnet/archive/v${version}.tar.gz"; 12 + sha256 = "1e1c670a85619b174328a15925a050c7a8b323fecd13434992332f5c15e05de1"; 13 13 }; 14 14 15 15 buildInputs = [ which automake autoconf pkgconfig libtool vala python ];