bump seafile-server + components to stable 7.0.5, stable libsearpc

- downgrade to the latest stable seafile-server
- switch to a stable libsearpc version
- adapt & backport libevhtp patch
This commit is contained in:
Trolli Schmittlauch 2019-10-18 01:19:43 +02:00
parent e84aeea8f1
commit e54c1770d1
3 changed files with 35 additions and 15 deletions

View file

@ -7,9 +7,9 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "haiwen";
repo = "libsearpc";
rev = "v${version}";
#rev = "v3.2-latest";
sha256 = "sha256:1zf8xxsl95wdx0372kl8s153hd8q3lhwwvwr2k96ia8scbn2ylkp";
#rev = "v${version}";
rev = "v3.1-latest";
sha256 = "sha256:078r0bgncgadsv4v82kxmq2mvd19grssakjn0syrv61a96vmfyjj";
};
patches = [ ./libsearpc.pc.patch ];