fix seafile source hashes
This commit is contained in:
parent
52ef23bf8a
commit
08db45548a
|
@ -12,7 +12,7 @@
|
|||
owner = "haiwen";
|
||||
repo = "seafile-server";
|
||||
rev = "v${version}-server";
|
||||
sha256 = "sha256:0r3vw145vzhbipwk4cyj1h7sb3szy5hcp36n3pf2jxpwy365ir92";
|
||||
sha256 = "sha256:0hmhd42mlcahlck95ixa74l9i4srv77aa1pjfg22wxdp1x45gim9";
|
||||
};
|
||||
# patch to work with latest, non-vulnerable libevhtp
|
||||
patches = [
|
||||
|
@ -22,6 +22,7 @@
|
|||
nativeBuildInputs = [ autoconf automake libtool pkgconfig vala autoreconfHook which ];
|
||||
buildInputs = [ sqlite glib python27 libuuid openssl fuse libarchive ccnet-server libevent libsearpc libevhtp ];
|
||||
checkPhase = "bash ./run_tests.sh";
|
||||
propagatedBuildInputs = [ python27Packages.django ];
|
||||
|
||||
meta = with lib; {
|
||||
license = licenses.agpl3; # with additional OpenSSL linking exception
|
||||
|
@ -35,7 +36,6 @@
|
|||
owner = "haiwen";
|
||||
repo = "seahub";
|
||||
rev = "v${version}-server";
|
||||
#sha256 = "sha256:1aypbqrv30x9mmhiwcmkmzmac0mw0gx7cb1n4x90h46iqlbanhnq";
|
||||
sha256 = "sha256:19f9279zqkfy39gs1qfaj0m8asva5jgadh8f0yln8ln4khsrcnk8";
|
||||
};
|
||||
phases = [ "unpackPhase" "installPhase" "fixupPhase" "distPhase" ];
|
||||
|
@ -75,7 +75,7 @@
|
|||
owner = "haiwen";
|
||||
repo = "ccnet-server";
|
||||
rev = "v${version}-server";
|
||||
sha256 = "sha256:1iazjy013gjz4kg5xxzs9gsyyva9pyjlmslmrkcbkcj1a94g3pwc";
|
||||
sha256 = "sha256:11r80npg47xbkrak24lsv9f135p1hhmqwnn122nxnyidzs82fvm6";
|
||||
};
|
||||
|
||||
buildInputs = [ vala libsearpc libuuid sqlite openssl libevent glib python27 ]
|
||||
|
|
Loading…
Reference in a new issue