From 65f337bd157212e0aee4075873969349289cf1ab Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Wed, 9 Dec 2020 18:54:08 +0100 Subject: [PATCH] seafile-server: 8.0.0 -> 8.0.1 --- seafile-server/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/seafile-server/default.nix b/seafile-server/default.nix index 02868fb..7b32c23 100644 --- a/seafile-server/default.nix +++ b/seafile-server/default.nix @@ -28,7 +28,7 @@ , python3Packages }: let - version = "8.0.0"; + version = "8.0.1"; python = python3; pythonPackages = python3Packages; django = pythonPackages.django; @@ -56,7 +56,7 @@ let owner = "haiwen"; repo = "seafile-server"; rev = "v${version}-server"; - sha256 = "0pd1zjsw6lkpxd54ln0dz5r9zx9585nib10kvpl1vgzp61g4d223"; + sha256 = "0brjmibg1vd1v6f2ybl1xr0ivf5kc8qg7fy4h204adnc0wkvjkrf"; }; # patch to work with latest, non-vulnerable libevhtp patches = [ @@ -85,7 +85,7 @@ let owner = "haiwen"; repo = "seahub"; rev = "v${version}-server"; - sha256 = "0j7g43j7w1zb00pg4aaacdv5ycva3qf561hj9pbwh4709mbiykip"; + sha256 = "16lf88j6sjxm5scx4db4bljsbksv27xr6w9rcvcnjba0fkabrlir"; }; phases = [ "unpackPhase" "installPhase" "fixupPhase" "distPhase" ]; buildInputs = [ python pythonPackages.wrapPython ];