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:
parent
e84aeea8f1
commit
e54c1770d1
3 changed files with 35 additions and 15 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue