seafile-server: 8.0.1 -> 8.0.2
This commit is contained in:
parent
cb16f19b58
commit
9dde0d319f
|
@ -28,7 +28,7 @@
|
|||
, python3Packages
|
||||
}:
|
||||
let
|
||||
version = "8.0.1";
|
||||
version = "8.0.2";
|
||||
python = python3;
|
||||
pythonPackages = python3Packages;
|
||||
django = pythonPackages.django;
|
||||
|
@ -56,7 +56,7 @@ let
|
|||
owner = "haiwen";
|
||||
repo = "seafile-server";
|
||||
rev = "v${version}-server";
|
||||
sha256 = "0brjmibg1vd1v6f2ybl1xr0ivf5kc8qg7fy4h204adnc0wkvjkrf";
|
||||
sha256 = "09zzgygyxgfdx7mjzcvww7c0gv82cmfgbscssyy886sbmjw2d9kc";
|
||||
};
|
||||
# patch to work with latest, non-vulnerable libevhtp
|
||||
patches = [
|
||||
|
@ -92,7 +92,7 @@ let
|
|||
owner = "haiwen";
|
||||
repo = "seahub";
|
||||
rev = "v${version}-server";
|
||||
sha256 = "16lf88j6sjxm5scx4db4bljsbksv27xr6w9rcvcnjba0fkabrlir";
|
||||
sha256 = "0967nx6qk6dpk2lxydn6qzi8fwym5s0yfqja7sdh48ksk77v9hiq";
|
||||
};
|
||||
phases = [ "unpackPhase" "installPhase" "fixupPhase" "distPhase" ];
|
||||
buildInputs = [ python pythonPackages.wrapPython ];
|
||||
|
|
Loading…
Reference in a new issue