about summary refs log tree commit diff
path: root/pkgs/applications/networking/seahub/default.nix
diff options
context:
space:
mode:
authorGreizgh <greizgh@ephax.org>2023-02-25 11:58:47 +0100
committerGreizgh <greizgh@ephax.org>2023-02-25 11:58:47 +0100
commita69d8e4658b325d55b9b959af262556c0a3ad8be (patch)
tree33a0c0e80c8b713f4749c49fe6ada4a57fc07483 /pkgs/applications/networking/seahub/default.nix
parent38b7104fd1db0046ceed579f5dab4e62f136589c (diff)
seahub: 9.0.6 -> 9.0.10
Diffstat (limited to 'pkgs/applications/networking/seahub/default.nix')
-rw-r--r--pkgs/applications/networking/seahub/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/applications/networking/seahub/default.nix b/pkgs/applications/networking/seahub/default.nix
index 31af7b140f2c7..677405c5a295b 100644
--- a/pkgs/applications/networking/seahub/default.nix
+++ b/pkgs/applications/networking/seahub/default.nix
@@ -20,14 +20,14 @@ let
 in
 python.pkgs.buildPythonApplication rec {
   pname = "seahub";
-  version = "9.0.6";
+  version = "9.0.10";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seahub";
-    rev = "876b7ba9b680fc668e89706aff535593772ae921"; # using a fixed revision because upstream may re-tag releases :/
-    sha256 = "sha256-GHvJlm5DVt3IVJnqJu8YobNNqbjdPd08s4DCdQQRQds=";
+    rev = "5971bf25fe67d94ec4d9f53b785c15a098113620"; # using a fixed revision because upstream may re-tag releases :/
+    sha256 = "sha256-7Exvm3EShb/1EqwA4wzWB9zCdv0P/ISmjKSoqtOMnqk=";
   };
 
   dontBuild = true;
@@ -61,6 +61,8 @@ python.pkgs.buildPythonApplication rec {
     pysearpc
     seaserv
     gunicorn
+    markdown
+    bleach
   ];
 
   installPhase = ''